How do I run PHP 5.3 in Directadmin?
- 27/03/2013 10:05 PM
If you wish to run PHP 5.3 in Directadmin server, please add this code into your .htaccess:
<FilesMatch "\.php$">
AddHandler x-httpd-php53 .php
</FilesMatch>
If you wish to run PHP 5.3 in Directadmin server, please add this code into your .htaccess:
<FilesMatch "\.php$">
AddHandler x-httpd-php53 .php
</FilesMatch>