This plugin makes WordPress' default permalinks behavior work with ISAPI Rewrite 3 (which supports .htaccess files).
Just make sure the .htaccess file is setup. The default WordPress created .htaccess file should work as expected with this plugin enabled.
Example .htaccess file:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* /index.php [L]
Requires: 2.6 or higher
Compatible up to: 2.7.1
Last Updated: 2009-6-11
Downloads: 3,857
Got something to say? Need help?