From e99281261767710f96b9967a0ab03a3ea24a05e0 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Wed, 28 Dec 2011 14:38:20 +0100 Subject: Initial Commit. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Many files copied from Ratatöskr (maybe there should be some kind of libratatoeskr ?) * Included the Stupid Template Engine * Wrote first version of models.php --- .htaccess | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .htaccess (limited to '.htaccess') diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..7db1e17 --- /dev/null +++ b/.htaccess @@ -0,0 +1,14 @@ +RewriteEngine On +Options FollowSymLinks + +RewriteCond %{REQUEST_FILENAME} -f [OR] +RewriteCond %{REQUEST_FILENAME} -d +RewriteRule ^(.+) - [PT,L] + + +RewriteRule (.*) index.php?action=$1 [QSA,L] + + + Order Allow,Deny + Deny from all + -- cgit v1.2.3-70-g09d2