Thread
:
Enable .html to be processed as .php
View Single Post
#
5
(
permalink
)
03-03-2008, 13:31
mephisto
Senior Member
Join Date: Feb 2007
Location: Darlington
Posts: 101
I don't know if mod_rewrite is available, but if so then you can set the handler with that
Code:
RewriteEngine On RewriteRule ^(.+\.html?)$ $1 [QSA,T=application/x-httpd-php]
mephisto
View Public Profile
Send a private message to mephisto
Visit mephisto's homepage!
Find all posts by mephisto