1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 04:45:22 -04:00
This commit is contained in:
Jake Jarvis 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]