We Recommend

Smalltalk, Objects, and Design Smalltalk, Objects, and Design
This reference and text treats the Smalltalk programming system and the web of object-oriented ideas within and around it. Thus it is more than a guide to the language; it also examines Smalltalk in its technical and historical setting, and along the way addresses the questions that every Smalltalk developer sooner or later naturally wonders about.


Posted By

remysharp on 07/31/07


Tagged

textmate modrewrite www rewriterule


Versions (?)


Who likes this?

1 person has marked this snippet as a favorite

Hirmine


no-www


Published in: Other 


  1. # strip www. from the domain
  2. RewriteCond %{HTTP_HOST} ^www\.domain\.com$ [NC]
  3. RewriteRule ^(.*)$ http://domain.com/$1 [R=301,L]
  4.  

Report this snippet 

You need to login to post a comment.