if you had realized, it is stopping the index files from being sent to the client.
$file != "index.php"||$file != "index.html"||$file != "index.asp" is the $index string. and when called in a if(){} function, it will be put into the if function. and $file != "index file" will stop the index file from being shown, and as i use this i know it works.






Reply With Quote