LinusIT Posted July 17, 2014 Share Posted July 17, 2014 Hi I have been trying all afternoon to install Prestashop but to no avail. I have downloaded the latest version (1.6.0.8) from Prestashop and uploaded via FTP. When I access the prestashop folder I get redirected to /install which is normal and all good. When I press "Next" it just reloads the page and won't go any further. I have tried changing the language just out of interest and this does exactly the same, reloads the page but no language change. I have changed _PS_MODE_DEV_ to true in config/defines.inc.php and tried again but this doesn't show me anything different, no errors, just reloads the page. I have successfully installed Prestashop many times before but this is the first time of trying version 1.6. All help much appreciated. Link to comment Share on other sites More sharing options...
NemoPS Posted July 18, 2014 Share Posted July 18, 2014 Can you try with a previous one, like 1.6.0.6? Or even 1.5 on the same server if you can Link to comment Share on other sites More sharing options...
LinusIT Posted July 22, 2014 Author Share Posted July 22, 2014 I have solved the problem and it was basically my own fault. I was installing prestashop onto my existing website under the folder "presta". In the root public_html folder was my sites .htaccess which had the following lines present: RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /.*index\.php\ HTTP/ RewriteRule ^(.*)index\.php$ /$1 [R=301,L] As soon as I removed this from the root .htaccess the installation worked perfectly. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now