mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
expose dreamhost stats
This commit is contained in:
parent
5421494e18
commit
5c45ca9ee8
1 changed files with 8 additions and 0 deletions
|
|
@ -29,6 +29,14 @@ ExpiresDefault A259200
|
|||
################
|
||||
RewriteEngine On
|
||||
|
||||
# Expose DreamHost stats
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteBase /
|
||||
RewriteCond %{REQUEST_URI} ^/(stats|failed_auth\.html).*$ [NC]
|
||||
RewriteRule . - [L]
|
||||
</IfModule>
|
||||
|
||||
# Redirect http to https
|
||||
RewriteCond %{HTTPS} off
|
||||
RewriteCond %{HTTP_HOST} !beta\.samhuri\.net [NC]
|
||||
|
|
|
|||
Loading…
Reference in a new issue