Go Back   Forum Care Forums > Development Reference Area > Webmaster Topics

Reply
 
LinkBack Thread Tools Display Modes
.htaccess to redirect to www?
Old
  (#1)
Karl Groves
Guest
 
Posts: n/a
Default .htaccess to redirect to www? - 05-14-2007, 01:27 AM

TIA for any help writing a rule to redirect all traffic to example.com to
go to www.example.com

--
Karl Groves
www.karlcore.com
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: .htaccess to redirect to www?
Old
  (#2)
GreyWyvern
Guest
 
Posts: n/a
Default Re: .htaccess to redirect to www? - 05-14-2007, 01:27 AM

And lo, Karl Groves didst speak in alt.www.webmaster:

> TIA for any help writing a rule to redirect all traffic to example.comto
> go to www.example.com


RewriteCond %{HTTP_HOST} ^example.com$
RewriteRule ^(.*) http://www.example.com/$1 [R=301,L]

These directives are live at a couple domains of mine; working just fine..

Grey

--
The technical axiom that nothing is impossible sinisterly implies the
pitfall corollary that nothing is ridiculous.
- http://www.greywyvern.com/orca#search - Orca Search: Full-featured
spider and site-search engine
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: .htaccess to redirect to www?
Old
  (#3)
Karl Groves
Guest
 
Posts: n/a
Default Re: .htaccess to redirect to www? - 05-14-2007, 01:27 AM

GreyWyvern <EMAIL REMOVED> wrote in
newsEMAIL REMOVED:

> And lo, Karl Groves didst speak in alt.www.webmaster:
>
>> TIA for any help writing a rule to redirect all traffic to example.com

> to
>> go to www.example.com

>
> RewriteCond %{HTTP_HOST} ^example.com$
> RewriteRule ^(.*) http://www.example.com/$1 [R=301,L]
>
> These directives are live at a couple domains of mine; working just fine.
>


Works great. Thanks!


--
Karl Groves
www.karlcore.com
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





Contact Us - Forum Care Forums - Archive - Top