I am moving the WordPress blog from Apache to IIS. It's only a couple of weeks until I change it. But all I can do is the homepage. Everything else produces errors.
I think my problem is in the .htaccess file:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> #END WordPress
Is there anything equivalent to this for IIS?
Thanks.
iis .htaccess server-migration
user80151
source share