• To many attempts, blocked my IP, so I went in to .htaccess and removed my IP
    It was in this section, I removed… and the url came back to “error” I put the 3 lines back…. the entire site comes back as:

    “Forbidden
    You don’t have permission to access this resource.
    Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.”

    SetEnvIF REMOTE_ADDR “^XX\.XX\.XXX\.XX$” DenyAccess
    SetEnvIF X-FORWARDED-FOR “^XX\.XX\.XXX\.XX$” DenyAccess
    SetEnvIF X-CLUSTER-CLIENT-IP “^XX\.XX\.XXX\.XX$” DenyAccess

    And it was at that point I started to drink…. heavy… no one to stop me. So I’ll read the reply tomorrow as my eyes needs to see clearly 🙂

    PS. can I just copy a standard wordpress .htaccess back in the root?

The topic ‘Forbidden 403’ is closed to new replies.