• The website can NOT be viewed. Please help. See my site. http://evallar.com

    The error:

    Forbidden

    You don’t have permission to access /index.php on this server.

    Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    Do you remember what last changes did you make to your website (like installing a plugin, changing folder permission, etc) that could have created this problem??

    There can be multiple reasons for this issue.

    You can give this a shot – rename the .htaccess file in your wordpress directory to htaccess.txt and check if things work.

    You can also try to contact your hosting provider if they can help you with something.

    Let me know if you need more help.

    regards,
    Shreyans

    Hi,

    Check permission for your folders/files.
    http://codex.wordpress.org/Changing_File_Permissions

    If you are not familiar with that, try to contact your hosting provider, he can help you with this.

    Go to your cpanel -> Go to File Manager -> Go to Public_html folder -> you can see a file named .htaccess just edit it, then delete content already have, add below code:

    # 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

    then save it.

    … just to clarify, .htaccess file above is default file. If you use some cache plugin or maybe some redirect plugin/optimize plugin it can be different.

    Thread Starter cybersmgroup

    (@cybersmgroup)

    Please fix error:

    Fatal error: Call to undefined function bp_notifications_toolbar_menu() in /srv/disk3/1646783/www/csmgroupec.com/wp-content/plugins/buddypress/bp-members/bp-members-adminbar.php on line 154

    Thread Starter cybersmgroup

    (@cybersmgroup)

    I can NOT Open the ADMINISTRATION office of wordpress due to this error:

    Please fix error:

    Fatal error: Call to undefined function bp_notifications_toolbar_menu() in /srv/disk3/1646783/www/csmgroupec.com/wp-content/plugins/buddypress/bp-members/bp-members-adminbar.php on line 154

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Forbidden Error. Please help’ is closed to new replies.