Hey folks, How do you do URL redirects in IIS when you can't use htaccess? I'm setting up a sitre where all of the urls file names are going to be masked (changing .php extensions to .html) The site is going to be moved to IIS and I was told you can't use .htaccess with IIS. Any help is appreciated!
Here you go: http://www.isapirewrite.com/. I use the FREE Lite version with some limitations. It has a manager utility that allows you to author and test the rewrite rules. Here is a snippet from mine: # Helicon ISAPI_Rewrite configuration file # Version 3.1.0.35 #RewriteEngine on #RewriteCond %{REQUEST_FILENAME} !-f #RewriteRule .* index.php