how Can I redirect these pages like
locomacheen.com/links.htm
and this point to
>locomacheen.com/sitemodules-Links.html
I have about 7 pages I need to 301 to the new pages.. but they are like this one.. thank you
thank you![]()
vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.
This is a discussion on 301 questions within the General Discussion forums, part of the vBSEO SEO Plugin category; how Can I redirect these pages like locomacheen.com/links.htm and this point to >locomacheen.com/sitemodules-Links.html I have about 7 pages I need ...
how Can I redirect these pages like
locomacheen.com/links.htm
and this point to
>locomacheen.com/sitemodules-Links.html
I have about 7 pages I need to 301 to the new pages.. but they are like this one.. thank you
thank you![]()
Last edited by Brandon Sheley; 03-06-2006 at 02:49 AM.
Are you on Twitter? @BrandonSheley | Social Media blog
Latest projects: General Forums | TopekaTweetup
when i try to do a rediret from the cpanel.. some code is added to the url ?
i'm trying to redirect the link in the first post
but it comes up as
locomacheen.com/sitemodules-Links.html/?vbseourl=links.htm&vbseorelpath=../
Are you on Twitter? @BrandonSheley | Social Media blog
Latest projects: General Forums | TopekaTweetup
Hello,
you can add the following to your root .htaccess file (right after "RewriteEngin on" line):
RewriteRule ^links\.htm$ sitemodules-Links.html [L,R=301]
Oleg Ignatiuk / Crawlability Inc.
Sneek Preview Video of the new Control Panel
vBSEO 3.5 RC2 (Final)- Released for your Evaluation
I've decided to remove the portal,, but thx for the help
i do have an urgent question
my dns is a little messed up and www.locoforum shows the default cpanel message sometimes
but http://locoforum is working..
and i had this before on a site but I can't for the life of me find it..
what will i put in my htaccess to make any links coming in with the www. to be made http://loco ?
thank you,,
plus this code will i add b4, or after all the vbseo code in htaccess ? I'd think after
thx
-Brandon
Are you on Twitter? @BrandonSheley | Social Media blog
Latest projects: General Forums | TopekaTweetup
Hi Brandon,
you should put the following into .htaccess before vBSEO rules (right after "RewriteEngine on"):
RewriteCond %{HTTP_HOST} ^www\.
RewriteRule ^(.*)$ http://locoforum.com/$1 [L,R=301]
Oleg Ignatiuk / Crawlability Inc.
Sneek Preview Video of the new Control Panel
vBSEO 3.5 RC2 (Final)- Released for your Evaluation
ya, thats what I was looking for..thank you![]()
Are you on Twitter? @BrandonSheley | Social Media blog
Latest projects: General Forums | TopekaTweetup
how would i set this to force the www. to show ?
Are you on Twitter? @BrandonSheley | Social Media blog
Latest projects: General Forums | TopekaTweetup
It should be:
Code:RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.locoforum.com/$1 [L,R=301]
Oleg Ignatiuk / Crawlability Inc.
Sneek Preview Video of the new Control Panel
vBSEO 3.5 RC2 (Final)- Released for your Evaluation
okay, another question
I bought vBulletinzone.com
how can I redirect all links incoming links to go to
forum.vbulletinsetup.com
thank you
edit, nvm, I found some help here
How to Redirect a Web Page Using a 301 Redirect
is there anyway to redirect each old thread to the new thread on a new domain ?
the thread ID will change I'm sure from the merge :(
Are you on Twitter? @BrandonSheley | Social Media blog
Latest projects: General Forums | TopekaTweetup
You can only redirect them per-thread in this case:
Code:RewriteRule ^old-thread-url-here$ http://www.newdomain.com/new-thread-url-here [L,R=301]
Oleg Ignatiuk / Crawlability Inc.
Sneek Preview Video of the new Control Panel
vBSEO 3.5 RC2 (Final)- Released for your Evaluation