I'm not sure if the IIS servers support .htaccess. I know the .htaccess file is an Apache feature, and IIS doesn't use it.
The .htaccess file is what your blog would, by default, need to use to redirect your links to the correct page using mod_write.
This is taken from the link htmlbasictutor posted:
Quote:
"Pretty" permalinks usually require mod_rewrite, and IIS (common on Windows servers) does not support mod_rewrite. (If you are using Apache 2.0.54, on Windows, mod_rewrite may work, provided it is enabled in apache\conf\httpd.conf.)
If you are using IIS 7 and have admin rights on your server, you can use Microsoft's URL Rewrite Module instead.
|
Find that paragraph on the page:
http://codex.wordpress.org/Using_Permalinks
It gives you step by step instructions of how to use Microsoft's alternative to mod_redirect