if (eregi("header.php", $_SERVER['SCRIPT_NAME'])) {
Header("Location: index.php");
die();
}
with the following:
Quote:
if (eregi("header.php",$_SERVER['PHP_SELF'])) {
Header("Location: index.php");
die();
}
_________________ It is not our abilities which decide what we truly are, it is our choices.
recoba Nuke Soldier
Joined: Aug 27, 2004
Posts: 12
Posted:
Mon Aug 30, 2004 4:43 am
surprise; I tested 2 days ago the server and it worked
but now:
Quote:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, postmaster@alpdn.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
that mod_rewrite is partially loaded on my server
and that is necessary to erase the instructions
that change the Directory index
(those that change the structure of the directories on the server
index.html index.php index.cgi ecc.)
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum