Hi,
I need help redirecting custom URLS with vBSEO.
Example
site.com/1 to site.com/2
How do I go about doing this utilizing the vBSEO redirecting feature?
Thanks.
6Likes
This is a discussion on Help Redirecting Custom Urls with vBSEO. within the General Discussion forums, part of the vBulletin SEO Discussion category; Hi, I need help redirecting custom URLS with vBSEO . Example site.com/1 to site.com/2 How do I go about doing ...
Hi,
I need help redirecting custom URLS with vBSEO.
Example
site.com/1 to site.com/2
How do I go about doing this utilizing the vBSEO redirecting feature?
Thanks.
Hello ,
You can use vBSEO built in Custom Redirect Module to achieve this
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
"1" and "2" are very generic and any rule for it will just redirect EVERYTHING to '2'.
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Hello,
The syntax is pretty easy to follow compared to common PCRE (Perl Compatible Regular Expressions). In a line there are two sides, and both of them are regex (regular expressions). The first one is the one that will 'catch' any request that does match with the patterns on it, and the second one is the resulting string of the matching pattern.
An example would be:
Originally Posted by Andrés Durán Hewitt
It is a simple example, but you can build also Custom Redirects using some patterns. Learn more at: Syntax for Custom Rewrite RulesOriginally Posted by Oleg Ignatiuk
![]()
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
Thanks for replying.
Though I still can't seem to find the answer. According to the guide given, I need an existing "page" already implemented within the software to redirect a url.
What if I want to just direct a non existent page to one of my forums?
Example...
Code:site.com/nonexistentpage to site.com/forumsThe above doesn't seem to be working for me.Code:'^noneexistentpage' => 'forums'
a nonexistant page should 404, and hit a 404 page......
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
In that case, just use a custom redirect as you have above.
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
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