Answers for "add php version in htaccess"

PHP
0

htaccess php version

<IfModule mime_module>
  AddHandler application/x-httpd-ea-php74 .php .php7 .phtml
</IfModule>
Posted by: Guest on August-03-2021
0

change php version using htaccess

AddHandler application/x-httpd-php54 .php
AddHandler application/x-httpd-php7 .php
AddHandler application/x-httpd-php71 .php
Posted by: Guest on November-27-2020

Code answers related to "add php version in htaccess"

Browse Popular Code Answers by Language