Search code examples
apacheubuntuprestashopprestashop-1.7

Prestashop 1.7 Installation Ubuntu 14.04 LAMP Too many redirects


I am trying to install Prestashop 1.7 on an Ubuntu 14.04 LAMP droplet from Digitalocean.

After copying Prestashop source files under a presta folder in /var/www/html, when accessing http://95.85.6.69/presta/ in the browser I am getting redirected to http://95.85.6.69/presta/install/index.php?step=welcome which is cool, except, it keeps on redirecting until I am getting: ERR_TOO_MANY_REDIRECTS thrown back at me.

Am I doing something wrong? Is there a config I am missing? How can I surpass that error?

chrome dev tools -> network

The image above is an addition to the error description.

P.S: Ignore the differences in IPs as they are the result of multiple deployments of the same snapshot, ubuntu 14.04 LAMP, on Digitalocean.


Solution

  • Have you enabled the curl extension? I had the same problem couple days ago. After investigating the problem, I found out that the curl extension wasn't enabled and Prestashop doesn't throw any errors if it is not enabled.