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!
rewrites works on my server, I am able to use pretty permalinks. Any resolution on this issue? Please