How to use PHP5 with a .php extension on our network

Using an .htaccess file, the following rule will work: AddHandler application/x-httpd-php5 .php This will allow .php file extensions to be parsed by the PHP5 engine on the server.
  • 526 Utilisateurs l'ont trouvée utile
Cette réponse était-elle pertinente?

Articles connexes

How do I set up a MySql database for my site?

Via the MySQL icon in your control panel, you may add/remove databases and database users....

How can I tell which PHP extensions have been installed?

You can create a simple php script with the following contents: Name the file info.php then...

My application requires a PHP extension that is not installed, what should I do?

Please put in a support request with the extensions name and an administrator will recompile php...

How do I utilize PHP5 on your network?

Our servers run PHP4 and PHP5 concurrently, in order to utilize the PHP5 engine you will need to...

How to connect to the MySQL server remotely

To make a remote connection to the server you must add the IP address of the server you are...