1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-14 01:55:31 -04:00
This commit is contained in:
2017-03-11 13:28:18 -05:00
parent cb1e73d50f
commit 2c7ce1e315

View File

@@ -8,4 +8,4 @@ RewriteCond %{HTTP_HOST} ^www.jake.xxx$ [OR]
RewriteCond %{HTTP_HOST} ^jakejarv.is$ [OR]
RewriteCond %{HTTP_HOST} ^www.jakejarv.is$ [OR]
RewriteCond %{HTTP_HOST} ^www.jakejarvis.com$
RewriteRule (.*)$ http://jakejarvis.com/$1 [R=301,L]
RewriteRule (.*)$ https://jakejarvis.com/$1 [R=301,L]