From 039fbb3192d9ba51a67c1af265c51fa09da9e48b Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Wed, 16 Oct 2013 09:35:57 +0200 Subject: [PATCH] Add a htaccess --- .htaccess | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..81185b1 --- /dev/null +++ b/.htaccess @@ -0,0 +1,9 @@ + + Options -MultiViews + + RewriteEngine On + #RewriteBase /path/to/app + RewriteCond %{REQUEST_FILENAME} !-f + RewriteRule ^ index.php [QSA,L] + RewriteBase /~tim/xmpp + \ No newline at end of file