From 5c45ca9ee89f8dc04af488b5b03133415e9d73b0 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Tue, 14 Feb 2017 17:09:27 -0800 Subject: [PATCH] expose dreamhost stats --- public/.htaccess | 8 ++++++++ 1 file changed, 8 insertions(+) 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]