• Resolved andybernardino

    (@andybernardino)


    hi,

    i have recently installed wordpress to my site..the installation was successful but when i’m trying to edit some general settings i always get

    403 Error – Forbidden
    You have recieved this message because the resource you have requested is not accessable by the webserver due to file permissions or other locking conditions. Please verify that you have access rights to the requested resource or that the Apache daemon has access rights to the requested resource before trying again.

    i tried changing all the file permissions under wp-admin to 755 but to no avail.

    hope you could help me out.

    thanks.

    andy

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter andybernardino

    (@andybernardino)

    i have deleted the whole blog and re-uploaded it to a sub-directory following this link but still the problem exists.

    i’m only getting this when modifying the value under General Options.

    thanks.

    andy

    Thread Starter andybernardino

    (@andybernardino)

    woah…new problem arises…when i try to modify a post it show the 403 error also…hope someone could shed some light..

    thanks.

    andy

    Thread Starter andybernardino

    (@andybernardino)

    i have tried creating .htaccess under the wp-admin with the following

    <IfModule mod_security.c>
    SecFilterInheritance Off
    </IfModule>

    and

    <IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </IfModule>

    but both generated a 500 error..

    Thread Starter andybernardino

    (@andybernardino)

    my phpinfo is at here

    Thread Starter andybernardino

    (@andybernardino)

    well guess what…my site has been fixed…i just need to put a custom phpp.ini

    Hey Andy,
    I’m having a problem now that when I try to post something I get that danged 403 error. It’s pretty annoying. I’m wondering if I need a custon phpp.ini file.

    I have no idea what that is but It sound as good as anything I’ve heard. How did you handle your delima?
    M

    Thread Starter andybernardino

    (@andybernardino)

    sorry for the wrong info mate…

    phpp.ini must be php.ini

    you could ask your hosting provider to give you a custom php.ini for your site..

    hope this works for you..

    I don’t understand this.
    I have two sites. One has this issue, the other does not. Both are hosted by the same company.

    Why custom files to fix something as simple as being able to save general settings?

    Hi ,

    i have the same problem but no solution.
    if i want to update a page with simple text it works great.
    But if i want to typin html links or somthing like that then i get a 403 !
    Same with a widget -> textfield:
    i also cant typ in html source like an image tags only simple text is possible to save!

    If i want to fixed it with a .htaccess file in wp-admin with :
    <IfModule mod_security.c>
    SecFilterInheritance Off
    </IfModule>
    code i get a 500 internal server error ….

    How i can fixed ?? any solutions ?

    regards schning

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘403 Error – Forbidden’ is closed to new replies.