JK Web Studio is a small web design studio, specializing in efficient and user friendly solutions.

Contact us at info@jkwebstudio.com

Serve PHP from file types

Serving PHP code from files with different file extensions is quite easy to do on Apache. Simply add the following to you httpd.conf:

AddType application/x-httpd-php .html

All your .html files will now be served as php.

Leave a Reply