Apache and Windows: mod_rewrite does not work
-
I have a W2003 server running Apache 2.2.4 with mod_rewrite line uncommented. So, I supose, mod_rewrite should be working. But it doesn’t.
Those are my .htaccess lines
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>I cant’:
– Move WordPress to another server (Linux, for example)
– Move WordPress to another webserver (IIS or Lighttpd)Anybody can help me? I’m pretty confused…
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Apache and Windows: mod_rewrite does not work’ is closed to new replies.