Forum Moderators: phranque
Where could be the error in Apache configuration? Log files on other shared servers are correct.
index.php:
<?php
header('HTTP/1.1 403 No');
header('Content-Length: 0');
?> Answer:
HTTP/1.1 403 Forbidden
Date: Tue, 05 Dec 2006 10:45:46 GMT
Server: Apache
X-Powered-By: PHP/4.3.10-16
Content-Length: 0
Content-Type: text/html; charset=iso-8859-1
access_log:
(...) "GET / HTTP/1.1" 200 0 (...)
(...) "GET /index.php HTTP/1.1" 403 0 (...)