summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorSimon2011-04-12 16:47:21 +0200
committerSimon2011-04-12 16:47:21 +0200
commitdeaf14236fa39b7ef5a9e5269f68c335388921da (patch)
tree272ab41c71c280ca12643c82e3bd0859a2c66036 /public
parentquickfix für fbgui (diff)
downloadpbs2-deaf14236fa39b7ef5a9e5269f68c335388921da.tar.gz
pbs2-deaf14236fa39b7ef5a9e5269f68c335388921da.tar.xz
pbs2-deaf14236fa39b7ef5a9e5269f68c335388921da.zip
Dev-Modul deaktiviert und User für alle geöffnet
Diffstat (limited to 'public')
-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]