Permalinks issue (mod_rewrite maybe?)
-
Hey guys,
So I am running a wordpress blog and am wanting to change the permalink structure. I have my .htaccess file accessible to WordPress for writing and it is indeed populating it with the code.
The problem is that ANY structure i choose besides the default one results in a 404 error of page not found.
Here is the code in my .htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
<IfModule># END WordPress
Also, i am running this installation on a Mac Mini with OS X Lion Server. I mention that because there appears to be issues with Lion server that lots of people are reporting. The blog though itself works fine with the default permalinks structure, which makes me think it is something in my mod_rewrite.
Help!
Site: https://www.tejavapowered.com
Thanks so much!
William
- The topic ‘Permalinks issue (mod_rewrite maybe?)’ is closed to new replies.