Does my server come with php4 or php5? Print

  • 73

Htech-Solutions uses both PHP versions 4 and 5 on our shared and reseller servers. php 4 runs as default. To use php5 you must use .php5 as opposed to the .php extension. (example: index.php5 instead of index.php).
If you would like php5 to run as default parse php 5 file extensions as .php you can accomplish this by using .htaccess. You need to add the following line: AddHandler application/x-httpd-php5 .php If you need help
setting this up please file a ticket in our technical support department.


Was this answer helpful?

« Back