| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Regular Join Date: Sep 2005 Location: At Home
Posts: 881
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Redirecting all traffic for SEO For My Site's best SEO I need to move all traffic to http://www.thewebmasterstool.com/ rather than anything else. I saw a tutorial about it but I can't seem to find it again. Can anybody tell me where to find something similer?
__________________ |
| |
| | #2 (permalink) |
| NamePros Regular Join Date: Feb 2006 Location: Montreal, Quebec, Canada
Posts: 324
![]() | i'm not sure what you're looking for but try adding this into your .htaccess if you want to redirect traffic to the www version of the site HTML Code: RewriteCond %{HTTP_HOST} !^www.thewebmasterstool.com
RewriteRule ^(.*)$ http://www.thewebmasterstool.com/$1 [R=301,L] |
| |