Helpful Information
 
 
Category: PHP Development
Apache/PHP special config

I'd like to set up Apache on my (Linux) server to parse ALL files ending in .html with PHP. I know with SSI I would just have to add "AddHandler server-parsed .html" in the Apache config, but what do I need to add for PHP?

Try this

AddType application/x-httpd-php3 .html .php3

------------------
Jason Woods
http://www.bon-fire.com
jasonw@bon-fire.com
------------------










privacy (GDPR)