DenRomano
Verified User
This is my first DA dedicated. When I received it PHP 4.2.17 was installed. I asked my host to upgrade to 5.3.x as 4.2.x is end of life. They said they installed 5.3.x but to use it I have to
add below lines in .htaccess file.
<FilesMatch "\.php$">
AddHandler x-httpd-php6 .php
</FilesMatch>
Does this mean that 5.2.x is still installed and used for other needs. I ask this as I need to be PCI compliant and it will look for any old versions and fail on them
THanks
add below lines in .htaccess file.
<FilesMatch "\.php$">
AddHandler x-httpd-php6 .php
</FilesMatch>
Does this mean that 5.2.x is still installed and used for other needs. I ask this as I need to be PCI compliant and it will look for any old versions and fail on them
THanks