Often dedicated or shared servers are activated for PHP 4 but not PHP 5.
To install PrestaShop, PHP 5 must be activated.
The following is a list of procedures of which we are aware:
1&1;
Create an .htaccess file and add this line:
AddType x-mapp-php5 .php
Otherwise, you can try renaming the PHP files to be executed in PHP 5 by changing the extention to ".php".
For URL re-writing, add these lines:
RewriteEngine on
RewriteBase /
Free :
Create an .htaccess file and add this line:
php 1
OVH :
Create an .htaccess file and add this line:
SetEnv PHP_VER 5
To deactivate global registers:
SetEnv REGISTER_GLOBALS 0
Warning: Dot not use CHMOD 777, OVH only allow CHMOD 755
GoDaddy :
How to fix PHP5 if you use Godaddy.com:
Quote
# Log in to your Account Manager.
# In the My Products section, select Hosting Account List.
# Next to the hosting account you want to modify, click Open.
# In the Content section of the Hosting Control Center, click the Languages icon.
# Select PHP version you'd like to set as the default.
# Click Continue.
# Verify the listed changes, and then click Update.
Your Language change is submitted. Please allow up to 24 hours for the change to be processed by the hosting server.
Please don't hesitate to post a bug report concerning the tips needed to make PrestaShop run on your hosting service. We will continually add them to this post.
Contact (9am-6pm EST) +1-888-947-6543


Back to top











