just curious. shouldn’t any accesses to a non existent page lead to a 404 or similar page not found error message ?
for example , if i try http://www.techenclave.com/forum , i get
Warning: main(/home/techencl/public_html/includes/init.php): failed to open stream: No such file or directory in /home/techencl/public_html/forums/global.php on line 20
Fatal error: main(): Failed opening required ‘/home/techencl/public_html/includes/init.php’ (include_path=‘.:/usr/lib/php:/usr/local/lib/php’) in /home/techencl/public_html/forums/global.php on line 20
shouldn’t it lead to a generic 404 style page not found message?