diff options
-rw-r--r-- | gentoobrowse/.htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gentoobrowse/.htaccess b/gentoobrowse/.htaccess index 9b5f053..d300ea2 100644 --- a/gentoobrowse/.htaccess +++ b/gentoobrowse/.htaccess @@ -3,6 +3,7 @@ </Files> RewriteEngine on RewriteCond %{HTTPS} off +RewriteCond %{SERVER_NAME} randomdan.homeip.net$ RewriteRule (.*) https://%{SERVER_NAME}/$1 [R=301,L] RewriteCond %{REQUEST_URI} ^/package/(.*) |