summaryrefslogtreecommitdiffstats
path: root/public/.htaccess
diff options
context:
space:
mode:
authorSimon2011-01-17 13:18:35 +0100
committerSimon2011-01-17 13:18:35 +0100
commit875dbf26df46068d505070807ae8eb787ebc79f4 (patch)
treedf93776fb62b4cfe8eca71de581d5e17eec2b7ce /public/.htaccess
parentzend lokal einrichten (diff)
downloadpbs2-875dbf26df46068d505070807ae8eb787ebc79f4.tar.gz
pbs2-875dbf26df46068d505070807ae8eb787ebc79f4.tar.xz
pbs2-875dbf26df46068d505070807ae8eb787ebc79f4.zip
Initialize Zend
Diffstat (limited to 'public/.htaccess')
-rw-r--r--public/.htaccess7
1 files changed, 7 insertions, 0 deletions
diff --git a/public/.htaccess b/public/.htaccess
new file mode 100644
index 0000000..7fb009b
--- /dev/null
+++ b/public/.htaccess
@@ -0,0 +1,7 @@
+
+RewriteEngine On
+RewriteCond %{REQUEST_FILENAME} -s [OR]
+RewriteCond %{REQUEST_FILENAME} -l [OR]
+RewriteCond %{REQUEST_FILENAME} -d
+RewriteRule ^.*$ - [NC,L]
+RewriteRule ^.*$ index.php [NC,L]