mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-03-25 09:25:49 +00:00
5 lines
174 B
ApacheConf
5 lines
174 B
ApacheConf
<IfModule mod_rewrite.c>
|
|
# Strip www from the domain
|
|
RewriteCond %{HTTP_HOST} ^www\.mit-license\.org$ [NC]
|
|
RewriteRule ^(.*)$ http://mit-license.org/$1 [R=301,L]
|
|
</IfModule>
|