From 2389d66da849798f8d4ec5f10e3b07c11da49185 Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Sat, 28 May 2011 13:28:16 -0400 Subject: Initial Commit --- webroot/.htaccess | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 webroot/.htaccess (limited to 'webroot/.htaccess') diff --git a/webroot/.htaccess b/webroot/.htaccess new file mode 100644 index 0000000..21796cf --- /dev/null +++ b/webroot/.htaccess @@ -0,0 +1,7 @@ + + RewriteEngine On + RewriteCond %{REQUEST_FILENAME} !-d + RewriteCond %{REQUEST_FILENAME} !-f + RewriteCond %{REQUEST_FILENAME} !favicon.ico$ + RewriteRule ^(.*)$ index.php?url=$1 [QSA,L] + \ No newline at end of file -- cgit v1.2.3