http://www.google.hr/search?hl=hr&q=...pretraga&meta=
when you click on some link example
http://www.croportal.net/forum/t3777-humor.html
its open Page not found
why is that
why not redirection to http://www.croportal.net/forum/humor/
This is a discussion on question with google and redirection within the General Discussion forums, part of the vBSEO SEO Plugin category; http://www.google.hr/search?hl=hr&q=...pretraga&meta= when you click on some link example http://www.croportal.net/forum/t3777-humor.html its open Page not found why is that why not redirection ...
http://www.google.hr/search?hl=hr&q=...pretraga&meta=
when you click on some link example
http://www.croportal.net/forum/t3777-humor.html
its open Page not found
why is that
why not redirection to http://www.croportal.net/forum/humor/
Hello,
only original vB URLs (like forumdisplay.php?f=xx and showthread.php?t=xx) are redirected automatically. If you have used other URL formats, you should manually add rewrite rules for redirection in your .htaccess.
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
i dont know how to start to add manualy that, can u help me, or give me an example
Try to add the following in your forum/.htaccess (right after "RewriteEngine on" line):
RewriteRule ^t([0-9]+)-.+\.html$ showthread.php?t=$1
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
it works with this forumdisplay.php?f=xx and showthread.php?t=xx but it not work with DEAN C, and google has indexed all urls by deanc
Sure, exactly as I noticed in the post above question with google and redirection
You should manually add rewrite rules which I provided for you in previous post.
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
i dont understan you, i have add this RewriteRule ^t([0-9]+)-.+\.html$ showthread.php?t=$1 it working fine, but i want to work and with DEAN C hack, can i do something that
Mm.. please clarify a bit
You want to redirect your old URL http://www.croportal.net/forum/t3777-humor.html to a new one, right? It should work if you will add the specified rewrite rule in forum/.htaccess (at the top of vBSEO rewrite rules).
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
i want all forum categories from previuos hack redirect to new one example www.croportal.net/forum/f95-humor.html and i want all thread from previous deana c hack redirect to now vbseo urls example thread http://www.croportal.net/forum/t4157...le-thread.html because i in google have 31.000 indexed pages and when you click on some page it saids PAGE NOT FOUND can u tell me what i need put in .htacces i have no ideaOriginally Posted by Oleg Ignatiuk
Hi,
as mentioned above, the following rewrite rule should be added to "forum/.htaccess" (not root .htaccess) to redirect thread pages:
Use this one to redirect forumdisplaypages:RewriteRule ^t([0-9]+)-.+\.html$ showthread.php?t=$1
That's it.RewriteRule ^f([0-9]+)-.+\.html$ forumdisplay.php?f=$1![]()
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
oh my god, its working, thanks OLEG
Great![]()
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!