View Single Post
  #4 (permalink)  
Old 11-23-2008, 03:01 PM
getmea getmea is offline
WebProWorld Pro
 
Join Date: Aug 2006
Location: Cary, Illinois
Posts: 265
getmea RepRank 1
Default Re: Firefox doe snot like my HTACCESS

Thanks, chandrika:

For web servers using PHP as apache module:
AddType application/x-httpd-php .html .htm
*** did NOT work

For web servers running PHP as CGI:
AddHandler application/x-httpd-php .html .htm
*** WORKED!!!

Thanks, again...

Getmea
Reply With Quote