Thread: .htm extension
View Single Post
  #6 (permalink)  
Old 07-23-2007, 06:40 AM
jordanmcclements's Avatar
jordanmcclements jordanmcclements is offline
WebProWorld Veteran
WebProWorld MVP
 
Join Date: Oct 2003
Location: Northern Ireland
Posts: 697
jordanmcclements RepRank 3jordanmcclements RepRank 3
Default Re: .htm extension

Depending on what way your web server is configured you may have to add the following line to .htaccess instead of the one mentioned above (this is what I had to do to allow .htm files to be parsed as .php files):-

AddHandler php-script .htm

It worked perfectly for me with no messing around having to redirect pages etc..
Reply With Quote