View Single Post
  #2 (permalink)  
Old 08-21-2007
admin admin is offline
Administrator
 
Join Date: Mar 2007
Posts: 7
Rep Power: 10
admin has disabled reputation
Default Re: creating a .htaccess file

Hi,

It seems that you want to convert .php extension files to .html extension files. Just add following lines to your .htaccess file ...

AddType application/x-httpd-php .php .html
Reply With Quote