diff --git a/public/.htaccess b/public/.htaccess index c60a3ba..ddb785a 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -29,6 +29,14 @@ ExpiresDefault A259200 ################ RewriteEngine On +# Expose DreamHost stats + +RewriteEngine On +RewriteBase / +RewriteCond %{REQUEST_URI} ^/(stats|failed_auth\.html).*$ [NC] +RewriteRule . - [L] + + # Redirect http to https RewriteCond %{HTTPS} off RewriteCond %{HTTP_HOST} !beta\.samhuri\.net [NC]