Hi,
I use this code for my 404.
Works fine in vb 4.2.3 but only if I upload the .htaccess and 404.php to my forum folder, if I upload this files to my root folder (public_html) don't work and appears this error:
Code:
Warning: require_once(./global.php) [function.require-once]: failed to open stream: No such file or directory in /home/myforum/public_html/404.php on line 32
Fatal error: require_once() [function.require]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/myforum/public_html/404.php on line 32
I edit the 404.php for this line for this change:
Code:
require_once('http://www.myforum.com/forum/global.php');
But continue the error.
Only if I upload this files to my forum folder works fine.
Thank you very much!