vBulletin Search Engine Optimization
This is a discussion on RC8 - Forums in Subdomain - Invalid URLs give blank page when in / within the Bug Reporting forums, part of the vBSEO SEO Plugin category; Sorry bout the convoluted title.. http://www.nzboards.com/invalidpage.php - blank page http://www.nzboards.com/forums/invalidpage.php - redirects nicely....
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| ||||
| ||||
| RC8 - Forums in Subdomain - Invalid URLs give blank page when in /
Sorry bout the convoluted title.. http://www.nzboards.com/invalidpage.php - blank page http://www.nzboards.com/forums/invalidpage.php - redirects nicely. |
|
#2
| |||
| |||
| Re: RC8 - Forums in Subdomain - Invalid URLs give blank page when in /
I noticed the blank page did gave a 404 status code. I'm asuming your setting is "Redirect to homepage", though.
|
|
#3
| ||||
| ||||
| Re: RC8 - Forums in Subdomain - Invalid URLs give blank page when in /
It is indeed 'Redirect to Homepage'. You got a 404? I just get a blank page. :( |
|
#4
| |||
| |||
| Re: RC8 - Forums in Subdomain - Invalid URLs give blank page when in /
The status code is only present in the headers which are returned, it is indeed accompanied with a blank page. Since it is a script which returns the header, instead of the server itself (the server probally would've given the page wich is configured in an ErrorDocument directive, next to the status code). Quote:
Last edited by xb_; 09-08-2005 at 12:16 PM. Reason: added links |
|
#5
| ||||
| ||||
| Re: RC8 - Forums in Subdomain - Invalid URLs give blank page when in / Quote:
I suppose you have vBSEO installed in the forums/ subfolder. In this case, vBSEO doesn't affect the incorrect URLs that reside 'upper'. The solution may be as following - add the .htaccess file to the root folder of your server with these rules: Code: RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ / [R=301]
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#6
| ||||
| ||||
| Re: RC8 - Forums in Subdomain - Invalid URLs give blank page when in /
Alrighty then! It now redirects to www.nzboards.com!
|
|
#7
| ||||
| ||||
| Re: RC8 - Forums in Subdomain - Invalid URLs give blank page when in /
I have at the top, this: Code: RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.nzboards\.com$ [NC]
RewriteRule ^(.*) http://www.nzboards.com/$1 [L,R=301]
|
|
#8
| ||||
| ||||
| Re: RC8 - Forums in Subdomain - Invalid URLs give blank page when in / Quote:
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| vBSEO 2.4.0 Released - Includes Google AdSense Targeting Feature! | Juan Muriente | vBSEO Announcements | 74 | 05-20-2006 10:29 PM |
| Google Sitemap-Listing of old url's option-from 1.7 | T2DMan | Member Articles | 0 | 04-02-2006 09:46 AM |
| Showing Blank Page for New Threads / Posts in some Forums | schford | Troubleshooting | 2 | 02-16-2006 06:49 PM |