custom_404 should be a single template, not an entire new skin.
Delete that (or rename it if it is your main skin) and simply add a NEW template to your skin thats already there.
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; custom_404 should be a single template, not an entire new skin. Delete that (or rename it if it is your ...
custom_404 should be a single template, not an entire new skin.
Delete that (or rename it if it is your main skin) and simply add a NEW template to your skin thats already there.
Brian Cummiskey / Crawlability Inc.
Security bulletin - Patch Level for all supported versions released
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Hi
I've got this working, but the 404 page always has the forum tab selected, and the forum navigation links visible in the submenu.
This isn't very appropriate for our site, so I'd prefer it if no tab was selected.
Is there any way to achieve that?
Thanks, Mike
I had the Redirect to homepage option selected.
When I tried to access an invalid link such as http://www.raymond.cc/forum/forum-bu...-cc-forum.html
It shows "No Thread specified. If you followed a valid link, please notify the administrator" and not redirected to homepage.
Any idea why is this happening?
Hello ,
Default vBulletin URL's like show thread , member , forum display pages , they will always display no content warning according to the way vBulletin coded.
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
This doesn't work for me.
I added copy/paste the 404.php example and the 404 template, replace misc.php URL by my absolute URL (/var/www/misc.php) etc :
PHP Code:<?phpheader("HTTP/1.0 404 Not Found");header("Status: 404 Not Found");$_GET['do']='page';$_REQUEST['do']='page';$_GET['template']='404';$_REQUEST['template']='404';define('VBSEO_PREPROCESSED', 1);include '/var/www/misc.php';?>But this doesn't work. Just display a blank page, with no code in source and no errors in apache log.PHP Code:{vb:stylevar htmldoctype}<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html"><head> <!-- no cache headers --> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> <meta http-equiv="Cache-Control" content="no-cache" /> <!-- end no cache headers --> {vb:raw headinclude} <title>Page Not Found - {vb:raw vboptions.bbtitle}</title> {vb:raw headinclude_bottom}</head><body> {vb:raw header} {vb:raw navbar}<br /><div style="padding-left: 25px; padding-right: 25px; font-weight: bold;" align="center">Sorry, the page you have requested cannot be found.<br/><br/>You can try a <a href="{vb:raw vboptions.bburl}/search.php">search</a> if you are looking for something specific.</div> {vb:raw footer}</body></html>
Anyone know how to fix it ?
Anyway, is there a way to disable this vbseo's feature ? I know how to configure custom errors pages and i don't need vbseo, but i didn't find anything to disable 404 redirect from vbseo.
Hello,
Did you create the template called custom_404?
You can disable this feature in your vBSEO CP -> General Settings -> "File Not Found" requests handling? -> Choose "Send 404 HTTP code"
Andrés Durán / Crawlability Inc.
ˇvBSEO 3.6.0 GOLD Liberado!
Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!
Síguenos en: Facebook | Síguenos en: Twitter
Having problems with the 404 page showing. It just displays errors...
Here is the error. Can anyone help please?
See yourself: http://mymodeltalk.com/jobs/blah.html
Code:Warning: include(/usr/home/mmtalk/public_html/jobs/404.php) [function.include]: failed to open stream: No such file or directory in /home/mmtalk/public_html/jobs/vbseo.php on line 1446 Warning: include() [function.include]: Failed opening '/usr/home/mmtalk/public_html/jobs/404.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mmtalk/public_html/jobs/vbseo.php on line 1446
Anyone here that can help? I created a support ticket too
Fixed my issue. It was indeed a pathing problem. Turns out a bad path had been hard coded in misc.php. Most likely by myself many years ago.