.htaccess - PHP on HTML/HTM Pages
I went into more detail about what the different processes are of adding php to a website programmed with *.html pages in this earlier htaccess post.Here are a few more .htaccess lines that will enable php on your server. (Different servers require a different line of code.)
AddType x-mapp-php5 .html .htmCheck out my other .htaccess posts.
AddHandler application/x-php .html .htm
AddHandler x-httpd-php5 .html .htm
AddHandler x-httpd-php .htm .html
-Ashton Sanders



0 Comments:
Post a Comment
<< Home