View Single Post
  #5 (permalink)  
Old 03-03-2008, 13:31
mephisto's Avatar
mephisto mephisto is offline
Senior Member
 
Join Date: Feb 2007
Location: Darlington
Posts: 101
Send a message via ICQ to mephisto Send a message via MSN to mephisto
Default

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]
Reply With Quote