• Resolved rubenorus

    (@rubenorus)


    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 WordPress

    and, 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 80

    I 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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You get that error after saving the .htaccess change?

    Do you have AllowOverrides on for Apache?

    Thread Starter rubenorus

    (@rubenorus)

    The error appears just after that the htaccess is created by WP. The WP engine works great!but, when i active the permalinks, and WP create the .htaccess with rewrite rules, the error appears.

    I don’t know if i have AllowOverrides for Apache…it’s important?

    Thanks a lot HandySolo ??

    Well, without AllowOverrides nothing you do in .htaccess is going to be used. Yup – it is important!

    Thread Starter rubenorus

    (@rubenorus)

    Hi all,

    My hosting supplier gave me this solution, i need to put this into .htaccesss generated by wordpress:
    Options -Indexes IncludesNOEXEC FollowSymLinks

    I expect that this help someone.
    Bye

    Hi,

    I’ve the same problem… No change, only post and today my permalinks crash :
    Forbidden : You don’t have permission to access…

    So I add your line in my htaccess (Options -Indexes IncludesNOEXEC FollowSymLinks) and an other for UTW… but that’s strange…

    What means “Options -Indexes IncludesNOEXEC FollowSymLinks” ?

    Thanks in advance

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Permalinks=Forbidden Error’ is closed to new replies.