• 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)
  • This isn’t a forum for troubleshooting server issues. This is for issues directly relating to wordpress.

    Thread Starter zwight

    (@zwight)

    I know… I wrote here because maybe I’m doing something wrong with WordPress… And maybe one of you had same experience that I… Maybe I’m forgetting something.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Apache and Windows: mod_rewrite does not work’ is closed to new replies.