403 - Forbidden on backend of user domain

Discussion in 'General' started by timontomi, Apr 28, 2015.

  1. timontomi

    timontomi New Member

    Hello,
    i have ispconfig 3 on ubuntu (12.04 TLS).
    Only on one domain i have problem with 403 error.
    I can open website without problems.
    I go to mywebsite/administrator and page is opening without problems.
    But when i try to login on mywebsite/administrator i have this error like below:

    http://mywebsite/administrator/index.php
    upload_2015-4-28_16-32-32.png

    Rights for folder are 755. To index.php 644.
    This is joomla back-end.

    I removed all files and create once again and nothing helpfull.
    How i can solve this problem ?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Check the error.log of the website and disable custm error pages in the website settings of this site to allow joomla to handle the 403 error internally as this might show additional error details.
     
  3. timontomi

    timontomi New Member

    Unfortunatelly in logs nothing helpfull.
    But i found error. Too many securities :)

    I added some time ago additional request for this website:

    Code:
    <IfModule mod_rewrite.c>
        RewriteCond %{REQUEST_METHOD} POST
        RewriteCond %{REMOTE_ADDR} !127.0.0.1
        RewriteRule .* - [F,L]
    </IfModule>
    and this was the reason of this error. When i delete this -> everything back to normall.

    Thanks.
     

Share This Page