summaryrefslogtreecommitdiffstats
path: root/public/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'public/.htaccess')
-rw-r--r--public/.htaccess5
1 files changed, 4 insertions, 1 deletions
diff --git a/public/.htaccess b/public/.htaccess
index bafabf4..f2c21c8 100644
--- a/public/.htaccess
+++ b/public/.htaccess
@@ -1,10 +1,13 @@
-Deny from all
+# Deny from all
Allow from 132.230.0.0/255.255.0.0
Allow from 127.0.0.0/255.0.0.0
Allow from 192.168.0.0/255.255.0.0
RewriteEngine On
+
+RewriteRule ^dev(.*)$ /user [L,R=301]
+
RewriteRule ^(media) - [L]
RewriteCond %{REQUEST_FILENAME} -s [OR]