vBulletin Search Engine Optimization
This is a discussion on 404 redirect help within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi guys, I moved forums from phpbb3 to vB + SEO and also the location of where the forum was ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| 404 redirect help
Hi guys, I moved forums from phpbb3 to vB+SEO and also the location of where the forum was held. PHPBB3 was run from the root and vB is run from /forum/ I have discovered the 404 redirect in the vbSEO options but only seems to redirect people if the error occurs in /forum/ but since most of the 404 errors I'm having are from people clicking links from the previous site via Google I need to redirect 404's that happen from the root too. Can vBSEO do this? or if not can anyone point me in a direction of something that does? So essentially what I'm saying is I want to reroute 404s that happen in / to vB search.php Thank you! |
|
#2
| ||||
| ||||
|
You can create this .htaccess in domain root for that: Code: RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ http://www.domain.com/forum/search.php? [L]
__________________ 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 |
| Using Custom Redirect to redirect to your affiliate/referral links | jbartle | General Discussion | 5 | 07-06-2008 06:39 PM |
| http://www.vbseo.com/redirect-to/?redirect=http | gooster | General Discussion | 3 | 04-10-2008 01:30 PM |
| Redirect Help... | Spitfire | Off-Topic & Chit Chat | 1 | 01-12-2006 08:51 PM |
| Redirect url | emin | General Discussion | 8 | 01-04-2006 08:29 AM |