Permalinks=Forbidden Error
-
Hi all,
it’s my first post here, hello :)!
I have a serious problem with Permalinks in Word Press. I have the 2.0.3 version of Word Press. Until now, i don’t have any problems with installation,plugins…nothing.
But, yes with the Permalinks option.
My web is in a Unix Server, with Apache and Mod ReWrite activated.
First, i change the structure of link to this:
https://warpaxis.com/2006/06/05/sample-post/
and when i click, “Update Permanent Structure”, WP generate a .htacces with this code:# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressand, suddenly my mozilla say this:
Forbidden
You don’t have permission to access /wp-admin/options-permalink.php on this server.
Apache/2.0.52-CHS-1 (Unix) Server at warpaxis.com Port 80I don’t know the problem. I have Unix,Apache,mod rewrite activated, the .htaccess is in the wp directory… some idea ?? ?
So any help will be appreciated.
Thanks a lot.
- The topic ‘Permalinks=Forbidden Error’ is closed to new replies.