• Having built a website, I wanted to attach a wordpress blog to it.
    The blog is added as a subdirectory/folder named blog on a xampp installation.

    So I downloaded unpacked and installed.
    Wordpress is installed in
    localhost/wcd/blog/
    All went well.
    Then I attempted to login to the wp-admin
    path localhost/wcd/blog/wp-admin

    Error message is

    Forbidden
    You don’t have permission to access /wcd/blog/wp-admin/ on this server
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    Apache/2.4.10(Win32) OpenSSL/1.0.1h PHP/5.4.31 Server at localhost Port 80

    I think it is a relative path error, but can anyone help?
    Thank you

Viewing 1 replies (of 1 total)
  • Moderator t-p

    (@t-p)

    try adding the following to .htaccess:

    <IfModule mod_security.c>
     SecFilterEngine Off
     SecFilterScanPOST Off
     </IfModule>
Viewing 1 replies (of 1 total)
  • The topic ‘Forbidden: You don't have access to ……’ is closed to new replies.