Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter vick_818

    (@vick_818)

    this is whats in my htaccess ipstenu, sorry I was not able to get to it earlier:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    Can someone that uses WPMU 2.9.2 paste me their htaccess content, I want to make a comparison..thanks!

    Thread Starter vick_818

    (@vick_818)

    rewrites works on my server, I am able to use pretty permalinks. Any resolution on this issue? Please

Viewing 2 replies - 1 through 2 (of 2 total)