Hi again, sorry for all my questions
Currently my vbulletin blog url looks like this:
---> onlydesigned/blog/blog.html
I want it to look like this ---> onlydesigned/blog/
How is this possible?
This is a discussion on Changing blog url? within the General Discussion forums, part of the vBulletin SEO Discussion category; Hi again, sorry for all my questions Currently my vbulletin blog url looks like this: ---> onlydesigned/blog/blog.html I want it ...
Hi again, sorry for all my questions
Currently my vbulletin blog url looks like this:
---> onlydesigned/blog/blog.html
I want it to look like this ---> onlydesigned/blog/
How is this possible?
Your blog is at: /blogs.html so your question doesn't really make sense.....
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!
oh sorry I mean .html.. Can you hide it somehow with a custom rewrite rule or something, the same with
onlydesigned.com/forums.php ---> onlydesigned.com (or) onlydesigned.com/forums/ (which is best?)
try this
'^forum\.php$' => 'forum/'
Thank you very much, that worked perfect! Can you use the same for the blog url? blog.html
You can set the blog 'home' right in the vbseoCP area for the blog URLs. Go to the advanced tab to customize.
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!
Thank you very much for that! I changed the URL structure to vbseo's for the blogs too, since I only have one blog post.