vBulletin Search Engine Optimization
This is a discussion on 301 Redirecting Domains within the General Discussion forums, part of the vBulletin SEO Discussion category; Originally Posted by Oleg Ignatiuk Update - rewrite rules for ISAPI_Rewrite (IIS): Code: RewriteCond Host: yourdomain.com RewriteRule ^(.*)$ http://www.yourdomain.com$1 [L,R=301] ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
#31
| |||
| |||
| Quote:
Only me again When I add this to the httpd.ini I lose my images? I added it to the one in the helicon folder only. Ged |
|
#32
| ||||
| ||||
| Hello Ged, what is an example of image URL that is not loaded after that?
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#33
| |||
| |||
| Quote:
|
|
#34
| |||
| |||
| There's one small problem that i'm facing right now. I have my forum on my root (http:www.vbseo.com/index.php not http:www.vbseo.com/forums/index.php) and i change the ".htaccess" from Code: #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
Code: #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/$1 [L,R=301]
Thanks |
|
#35
| ||||
| ||||
| You rewrite rules are commented out, you should remove leading "#" characters in both lines.
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#36
| |||
| |||
| Applying it the the forums htaccess I get directed to this http://www.domain.com/forums//home/domain/public_html/cheats when I try going to domain.com/forums Any ideas? |
|
#37
| ||||
| ||||
| Please check this thread: Add www to forum url with no trailing slash
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#38
| |||
| |||
| So let me get this correct, if I want to redirect everyone from the old URL to the new URL then I use this: Code: RewriteCond %{HTTP_HOST} !^www.xleagues.net/forum/
RewriteRule (.*) http://forum.xleagues.net/$1 [R=301,L]
|
|
#39
| ||||
| ||||
| It should be: Code: RewriteCond %{HTTP_HOST} !^forum\.xleagues\.net
RewriteRule (.*) http://forum.xleagues.net/$1 [R=301,L]
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#40
| |||
| |||
| Thank you it's worked a treat |
|
#41
| |||
| |||
| Quote:
RewriteCond Host: mydomain\.co.uk RewriteRule (.*) http\://www.domain.co.uk$1 [I,RP] how would I add the 301 part or do I need to? |
|
#42
| ||||
| ||||
| No changes are required - [RP] means "Redirect Permanently", which corresponds to 301-redirect code.
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#43
| |||
| |||
| Thanks Oleg |
|
#44
| |||
| |||
| I'm having login issues that I believe are related to vBSEO. I've made the following changes to my .htaccess and I'm getting an error, "The page isn't redirecting properly. Firefox has detected that the server is redirecting the request for this address in a way that will never complete. This problem can sometimes be caused by disabling or refusing to accept cookies." Code: RewriteCond %{HTTP_HOST} !^www\.mysite\.com/forum
RewriteRule (.*) http://www.mysite.com/forum/$1 [L,R=301]
TIA. |
|
#45
| ||||
| ||||
| It should be: Code: RewriteCond %{HTTP_HOST} !^www\.mysite\.com
RewriteRule (.*) http://www.mysite.com/forum/$1 [L,R=301]
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
| Thread Tools | |
|
|
LinkBacks (?)
| ||||
| Posted By | For | Type | Date | |
| Logout Sorunu - Bütün üyeler tekrar login olmak zorunda - Webmaster Forum & Webmaster Okulu | Post #2 | Pingback | 04-09-2008 05:00 PM | |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Redirecting Custom Rewrites outside forum folder | vissa | Bug Reporting | 7 | 03-10-2006 05:55 PM |
| 301 homepage | Ashley | General Discussion | 2 | 02-15-2006 05:34 AM |
| 301 Redirects .. built in? | Ace Shattock | General Discussion | 1 | 09-30-2005 11:18 AM |