Hello guys, have a easy question I think/
I want to direct this link
http://locoforum.com/index.php
to
http://locoforum.com
?
thank you
-Brandon
This is a discussion on how do I set the 301 redirect for this 1 link ? within the General Discussion forums, part of the vBSEO SEO Plugin category; Hello guys, have a easy question I think/ I want to direct this link http://locoforum.com/index.php to http://locoforum.com ? thank you ...
Hello guys, have a easy question I think/
I want to direct this link
http://locoforum.com/index.php
to
http://locoforum.com
?
thank you
-Brandon
My forums: General Forums | Admin Talk (running xenforo)
Hello Brandon,
define the following in vbseocp:
- Force Forum Root as Homepage? Yes
- Define Homepage Aliases:
index.php
index.php?
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
thank you![]()
My forums: General Forums | Admin Talk (running xenforo)
how do I make all bad links like site.com/f23n2 redirected to site.com/ root ?
thx![]()
My forums: General Forums | Admin Talk (running xenforo)
You should set ""File Not Found" requests handling" to "Redirect to homepage" in vbseocp![]()
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
well actually I was asking that last one for a friends site that doesn't have vbseo yet![]()
My forums: General Forums | Admin Talk (running xenforo)
I see. Without vBSEO, the following .htaccess should work:
Code:RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.+)$ http://www.site.com [L,R=301]
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
great thxOriginally Posted by Oleg Ignatiuk
If I can ever track down Juan, their site will have vbseo soon![]()
My forums: General Forums | Admin Talk (running xenforo)
Great!![]()
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
how do I set this one up..
it's a vb site without vbseo
site.com/page-here
redirect to
site.com
thank you
My forums: General Forums | Admin Talk (running xenforo)
That should work:
Code:RewriteEngine on RewriteRule ^page-here$ http://site.com [L,R=301]
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Thank you Oleg![]()
My forums: General Forums | Admin Talk (running xenforo)
I know this is an old thread, but I need to redirect one url to another
I've tried a few things but haven't hit the right combo so I thought I was ask the experts on htaccessCode:http://forum.vbulletinsetup.com/custom-pages-vbulletin-services.html to http://forum.vbulletinsetup.com/services.php
thanks
-Brandon
edit.. nvm
I got it with this setup
Redirect 301 /yourpage.html http://www.yoursite.com
Last edited by Brandon Sheley; 08-13-2008 at 10:41 PM.
My forums: General Forums | Admin Talk (running xenforo)