Thread: ?
View Single Post
  #2 (permalink)  
Old 2007-12-09, 07:24 AM
strasm strasm is offline
Senior Member
 
Join Date: Dec 2004
Posts: 199
strasm is an unknown quantity at this point
Default

it does by default. if you are trying to do something special like make .htm files handled by php, then do modify the php addtype line to look like this:

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