You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
---
|
|
---
|
|
|
|
<IfModule mod_rewrite.c>
|
|
RewriteEngine On
|
|
</IfModule>
|
|
|
|
RewriteCond %{HTTP_HOST} ^site-lorchess\.rhcloud\.com$ [NC]
|
|
RewriteRule ^(.*)$ {{ site.url }}/$1 [R=301,L]
|
|
|
|
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
|
|
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
|