Do not AddType application / x-httpd-php. Html in Apache 2.2.23

abolfazl201358

Verified User
Joined
Aug 31, 2011
Messages
53
Hi

After Eternity Apache version 2.2.23
The AddType application / x-httpd-php. Html
For disabled
But on another system with Apache 2.2.22 is enabled
Apache version 2.2.22 was also active on the same system, but Eternity After activation, etc.
In case you can help
With thanks
 
You might need to use it as following:

Code:
<FilesMatch "\.(html|htm)$">
AddHandler x-httpd-php .html .htm
</FilesMatch>

Just add it in .htaccess
 
Back
Top