vBulletin Search Engine Optimization
This is a discussion on Redirect a showthread.php link? within the General Discussion forums, part of the vBSEO SEO Plugin category; I've moved a couple of my forum threads to an external application (vBadvanced Dynamics) and I'm wanting to redirect the ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Redirect a showthread.php link?
I've moved a couple of my forum threads to an external application (vBadvanced Dynamics) and I'm wanting to redirect the forum thread to the new page. Originally I redirected the new vBSEO link (thread-name), but most people are coming from external links that have the old showthread.php link. I've tried doing it under the cPanel, but it drops the thread number at the end. Ie instead of redirecting showthread.php?t=23586, it drops it back to just 'showthread.php' which of course doesn't work. Would anyone know how I would go about redirecting an old showthread.php forum thread to somewhere else? |
|
#2
| ||||
| ||||
|
You can put this in .htaccess right after "RewriteEngine on" line: Code: RewriteCond %{QUERY_STRING} ^t=XXX$
RewriteRule ^showthread\.php$ http://www.domain.com/yournewurl [L,R=301]
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#3
| |||
| |||
|
I assume I edit the "^t=XXX$ part to the thread number? IE ^t=23586$ ?
|
|
#4
| ||||
| ||||
|
Yes, exactly.
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 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 |
| how do I set the 301 redirect for this 1 link ? | Loco | General Discussion | 12 | 08-13-2008 10:21 PM |
| Using Custom Redirect to redirect to your affiliate/referral links | jbartle | General Discussion | 5 | 07-06-2008 06:39 PM |
| showthread.php?p=203927 from Google Link dont work after install vbseo | informatikboard | Bug Reporting | 1 | 03-15-2007 08:08 PM |
| Replace showthread link with title... | reefland | General Discussion | 5 | 01-31-2006 07:29 PM |
| rel="nofollow" added to showthread link.. can I stop it? | Ace Shattock | Troubleshooting | 6 | 11-03-2005 09:45 AM |