X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=.htaccess;h=1793730b66fedeee2a38fc7298c7db669531a4b9;hb=376af28336870450e1e0f3a818a29fb80c7722b5;hp=9bd010bade47b7e356228bbaeb5d6f798c31aebc;hpb=951500cf5077761f65c451d14e30b506c20444a1;p=dylansserver.git diff --git a/.htaccess b/.htaccess index 9bd010b..1793730 100644 --- a/.htaccess +++ b/.htaccess @@ -3,6 +3,10 @@ ErrorDocument 404 /404.php RewriteEngine on +RewriteRule ^resume$ /res.pdf [L] +RewriteCond %{HTTPS} off +RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} + RewriteRule ^notes/rss/?$ /index.php?rss=true [L] RewriteRule ^git/?$ /git/gitweb.cgi%{REQUESTURI} [L]