Hello i have a established forum with urls like example.com/f17/tiltle-334.php and i want it to be exmaple.com/forumtiltle/titles-343.php
If i make the change through vbseo would it direct the f17 url to forumtitle url?
THanks.
This is a discussion on URL change forum specific within the General Discussion forums, part of the vBSEO SEO Plugin category; Hello i have a established forum with urls like example.com/f17/tiltle-334.php and i want it to be exmaple.com/forumtiltle/titles-343.php If i make ...
Hello i have a established forum with urls like example.com/f17/tiltle-334.php and i want it to be exmaple.com/forumtiltle/titles-343.php
If i make the change through vbseo would it direct the f17 url to forumtitle url?
THanks.
AS long as the thread ID is the same, threads will auto-301.
forums will not and a rule will need to be created for it.
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!
Can you please help me with that rule?
Thank you.
Hello,
It is not recommendable to change forum URLs format on already established forums as this will create more issues than benefits. You can loose valuable incoming links and ranking on SE's.
However, if you still want to proceed, the following custom ruleset should do the trick:
#Showthread pages (with pagination)
RewriteRule ^f[0-9]+/.+-([0-9]+)/index([0-9]+)\.html$ vbseo.php?vbseourl=showthread.php&t=$1&page=$2 [L]
#Showthread pages
RewriteRule ^f[0-9]+/.+-([0-9]+)/$ vbseo.php?vbseourl=showthread.php&t=$1 [L]
#Forumdisplay pages (with pagination)
RewriteRule ^f([0-9]+)/index([0-9]+)\.html$ vbseo.php?vbseourl=forumdisplay.php&f=$1&page=$2 [L]
#Forumdisplay pages
RewriteRule ^f([0-9]+)/$ vbseo.php?vbseourl=forumdisplay.php&f=$1&page=$2 [L]
Please keep in mind that by leaving the forum ID in the URL, you get some extra performance as it saves a query to your database.
Last edited by Andrés Durán Hewitt; 04-21-2012 at 02:11 PM.
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
URLs are not redirecting to the old URLs, when i applied the above code in forums/.htaccess and switched to Default Settings URLs from vBseo Settings Urls
At least threads links should have worked but they didn't either.AS long as the thread ID is the same, threads will auto-301.
Waiting for a response.
Thread links are auto redirected if they are in same forum. They can't be auto redirected as they have an actual forum name. If that forum name doesn't have id , they there will no auto redirect.
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
My question is how do i have a redirect after switching from vBseo URL settings to Default settings in vbseo?
So i can convert
f17/343-thraedtitle.html to
forum-name/343-threadtitle.html
Can i get a reply on the above post?
This is very important for me. Please let me know how to do this.
URL change forum specific
We already supplied how to redirect your traffic from forum x to y.
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
I applied the code to .htaccess but it didn't work.
I am basically changing the URL rewrite settings, not redirecting forums.
I just want to be able to redirect threads like
f17/343-threadtitle.html to
forum-name/343-threadtitle.html
Hello,
You shouldn't do this, but if you still want to proceed please supply us an example URL that'll need to be redirected (I don't see on your site any thread using this format [f17/343-threadtitle.html] where f17 is the forum ID and 343 is the thread ID).
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
My mistake, it is actually suppose to be from
f7/thread-title-8003/
to
forum-name/5791-thread-title.html
Not a problem.
Please try the rules in post #4.
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