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..
|