Child pages
  • Getting Started

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning
titleImportant

If the suggested way to activate PHP5 is to add some specific configuration rules to your .htaccess file, do not add them directly to the file itself!

The only clean way to customize your PrestaShop install's .htaccess file is to use the "Tools" tab's "Generators" sub-tab, and to paste your configuration lines in the "Specific Configuration" text-field. This way, you ensure that PrestaShop will never overwrite your .htaccess, thus losing these important lines.

1&1

Create an .htaccess file and add this lineAdd this line to the "Specific configuration" text-field from the Tools > Generators sub-tab:

Code Block
html
html
AddType x-mapp-php5 .php

...

Code Block
html
html
Options +FollowSymLinks
RewriteEngine On
RewriteBase /

Free.fr

Create an .htaccess file and simply add this lineAdd this line to the "Specific configuration" text-field from the Tools > Generators sub-tab:

Code Block
html
html
php 1

OVH

Create a .htaccess file and add this lineAdd this line to the "Specific configuration" text-field from the Tools > Generators sub-tab:

Code Block
html
html
SetEnv PHP_VER 5

...