195e9714 by Jeff Balicki

LOCK OUT

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent c8172704
Showing 1 changed file with 0 additions and 13 deletions
......@@ -22,17 +22,4 @@ RewriteRule . /index.php [L]
# require login for media files
# more info: https://m0n.co/11
<IfModule mod_rewrite.c>
RewriteCond %{REQUEST_URI} (\.pdf|\.docx|\.xlsx|\.ppt|\.jpg)$ [NC]
RewriteCond %{HTTP_COOKIE} !wordpress_logged_in_([a-zA-Z0-9_]*) [NC]
RewriteRule (.*) https://stellervistaconnect.com/
</IfModule>
# END WordPress
Options -Indexes
......