vBulletin Search Engine Optimization
This is a discussion on redirect non-www to www within the General Discussion forums, part of the vBSEO SEO Plugin category; Hello, please try using .htaccess rewrite rule in root folder instead of the option: http://www.vbseo.com/23757-post28.html (just modify it with your ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#31
| ||||
| ||||
| Re: redirect non-www to www
Hello, please try using .htaccess rewrite rule in root folder instead of the option: http://www.vbseo.com/23757-post28.html (just modify it with your domain name accordingly)
__________________ 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. |
|
#32
| |||
| |||
|
Hi, You cannot work like that. Look this is working for me fine. Use the following code after RewriteEngine On. Your .htaccess file must be in your forum directory. Code: RewriteCond %{HTTP_HOST} !^www\.example.\.com
RewriteRule (.*) http://www.example.com/vb/$1 [R=301,L]
RewriteBase /vb/
Code: RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.example\.com
RewriteRule (.*) http://www.example.com/vb/$1 [R=301,L]
RedirectMatch permanent ^/$ http://www.example.com/vb/
RewriteBase /
Quote:
|
|
#33
| ||||
| ||||
|
New resource: [How to] Setup www.yourdomain.com or yourdomain.com (www vs. non-www) - With .htaccess 301 redirects
__________________ Joe Ward / 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 | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Redirecting non-www to www version | DN lodge | General Discussion | 2 | 03-16-2008 12:47 PM |
| Redirect index.php?blablablabla | googledave | Custom Rewrite Rules | 9 | 02-06-2006 09:45 PM |
| Best way to redirect my old forum to vb using 301 | Bellinis | General Discussion | 11 | 10-29-2005 10:03 PM |