mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-09-14 03:35:32 -04:00
update alternative domains
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
RewriteEngine On
|
||||
RewriteCond %{HTTP_HOST} ^www.jakejarvis.com$ [OR]
|
||||
RewriteCond %{HTTP_HOST} ^jakejarvis.net$ [OR]
|
||||
RewriteCond %{HTTP_HOST} ^www.jakejarvis.net$ [OR]
|
||||
RewriteCond %{HTTP_HOST} ^jakejarvis.org$ [OR]
|
||||
RewriteCond %{HTTP_HOST} ^www.jakejarvis.org$ [OR]
|
||||
RewriteCond %{HTTP_HOST} ^jake.xxx$ [OR]
|
||||
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$
|
||||
RewriteCond %{HTTP_HOST} ^www.jakejarv.is$
|
||||
RewriteRule (.*)$ https://jakejarvis.com/$1 [R=301,L]
|
||||
|
Reference in New Issue
Block a user