From 04173263974af0e7a354e066b9d7ec9c13c4289d Mon Sep 17 00:00:00 2001 From: OpenSLX Date: Wed, 20 Jan 2010 16:47:35 +0100 Subject: initial import --- public/.htaccess | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 public/.htaccess (limited to 'public/.htaccess') diff --git a/public/.htaccess b/public/.htaccess new file mode 100644 index 0000000..361e2e3 --- /dev/null +++ b/public/.htaccess @@ -0,0 +1,8 @@ +SetEnv APPLICATION_ENV development + +RewriteEngine On +RewriteCond %{REQUEST_FILENAME} -s [OR] +RewriteCond %{REQUEST_FILENAME} -l [OR] +RewriteCond %{REQUEST_FILENAME} -d +RewriteRule ^.*$ - [NC,L] +RewriteRule ^.*$ index.php [NC,L] -- cgit v1.2.3-55-g7522