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 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 ?
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.
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.