• Hello, From Today Morning, when I opened my Site for Making any changes on website, I am getting Error 403 saying Forbidden, Access to this resource on the server is denied!.

    I haven’t done anything wrong in my Site, so why’s that Error.
    Can You Please Provide Help Regarding the Issue. I can’t able to (Customize/ Edit Website) by any means. Can’t Able to Open WordPress Dashboard as well. Please Help.

    Please Find Screenshot here: https://drive.google.com/file/d/1LIjB5mcm0AWv5Vn0-gwP7cydUO_hWKtU/view?usp=sharing

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • The screenshot doesn’t really help. We’ve all seen a http 403 now and then.

    – Are you using any kind of security plugin?
    – If you connect to your web hosting account via FTP (or check if your hosting provider offers you some kind of “file manager”), are you able to see the contents of a file .htaccess? If yes, does it contain anything more than something like the following:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
Viewing 1 replies (of 1 total)
  • The topic ‘Error 403’ is closed to new replies.