Hi all,
How do you do redirects on iis 6.0?
Basically I've redesigned and re-coded a website for a client which is hosted on an iis6.0 server. I write in PHP and that works fine. Only problem is the old pages are .htm and the new files (mostly different names) are .php
Is there an easy way to redirect the .htm files to the relevant .php files using a 301 redirect? Such as a iis version of .htaccess file where I can simply write a line to redirect the relevant pages.
Thanks
:)