This is a discussion on Create a Custom vBulletin "404 Page Not Found" Page, and direct vBSEO to use it. within the Member Articles forums, part of the Focus on Members category; So did you save it as ASCII? what format? I saved mine as unicode too. Originally Posted by m_k I ...
This works perfect with /forum/not found pages However, with this VBCMPS pages returns code erros like this:
Is there a way to fix the root director 404 pages too?Warning: main(./global.php) [function.main]: failed to open stream: No such file or directory in.........
As long as you are using the full physical paths everywhere, it should work fine.
Can you specify a bit more?
Ah yes, after looking into the code it may not work. My sites all have CMPS and forum both in the root, so it's not an issue. misc.php attempts to look for global.php in the current directory, so it's not finding it when called from the root of your site.
This was never a "supported" option... Just a useful article I offered. Not sure why you're having a problem though, sorry.
Here's our custom 404 page.
http://www.puremarketprofits.com/forums/404.php
this is good idea, but i am afraid google bot will hammer my server again, how are your experience guys, is there any live demo link
when i redirect not found page to the home page 7 month ago, google hammering my server and my host dreamhost told me to block google bot, after i remove redirect not found page to the home page its never happened again
Is there an easy way to determine
location such as a script I entered what was there hoping that it would work but I got an error message.'/usr/home/username/public_html/forums/misc.php';
?>
It may be best to not listen to anything I say for advice. :spin:
You can create a "whereami.php" file in forums folder with this code to find out the path:
PHP Code:<?php
echo __FILE__;
?>
Last edited by Oleg Ignatiuk; 09-03-2008 at 11:29 AM.
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Make sure that you entered it exactly as specified above.
Also, you can define custom handler as "misc.php" without path.
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!