ID #1359

How can I execute all PHP 5 files ?

You will need the option to use own .htaccess files.

Create a new .htaccess file in the respective directory and enter the following line::

AddHandler php5-script .php .php4 .php3 .php5


Now save the file; you can test the functioning of the PHP5 parser with phpinfo().

 

Tags: parser, php, php4, php5

Verwandte Artikel:

Kommentieren nicht möglich