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] ...@@ -22,17 +22,4 @@ RewriteRule . /index.php [L]
22 22
23 23
24 24
25 # require login for media files
26 # more info: https://m0n.co/11
27 <IfModule mod_rewrite.c>
28 RewriteCond %{REQUEST_URI} (\.pdf|\.docx|\.xlsx|\.ppt|\.jpg)$ [NC]
29 RewriteCond %{HTTP_COOKIE} !wordpress_logged_in_([a-zA-Z0-9_]*) [NC]
30 RewriteRule (.*) https://stellervistaconnect.com/
31 </IfModule>
32
33
34
35 # END WordPress
36
37
38 Options -Indexes 25 Options -Indexes
......