• Forbidden
    You don’t have permission to access / on this server.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    Apache Server at https://www.latinodayton.org Port 80

    I have looked at different posts regarding error 403 and 404. Many of them state to look at the .htaccess content and replace it with the default wordpress content (Which I did). Also I checked the permissions 644 on the two htaccess files. The one on the root and the one in the install directory.

    It is worth to highlight that I think I uploaded a backup plug in, I read that renaming the plugins folder may do it. tried it, no help.

    Renamed the themes folder. no help.

    My site is latinodayton.org and it is on godaddy hosting on a linux server. I have different installations of worpress on different folders. this one is on /latinodaytonmain folder and the .htaccess is in that directory.

    This is the content of that .htaccess, but I have also replaced it with what other posts state are the “default” content.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /latinodaytonmain/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /latinodaytonmain/index.php [L]
    </IfModule>
    # END WordPress

    Any other suggestions? I was also looking at the Permalink section, but I don’t recall changing anything there. I read other posts and state that the backup plug in did the same thing, but their troubleshooting didn’t help.

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘403 Forbidden You don't have permission to access / on this server.’ is closed to new replies.