AddType application/x-httpd-php .php
to
AddHandler application/x-httpd-php .php
Thanks,
Matt
Have an existing application and Apache installation (have been using Apache for years).
Upgraded Apache from 2.4.59 to 2.4.60 today and the browser prompts to save the index.php file instead ofserving/processing it when just entering https://<servername> as the URL. This had been working fine for yearsup until upgrading to 2.4.60.The change notes for 2.4.60 reference some new rewrite rule flags, specifically UnsafeAllow3F and UnsafePrefixStatcould these now be needed or there some other configuration change needed?
Do I need a simple Rewrite rule and can someone suggest one?
Thanks,
John Swan