Add a htaccess

This commit is contained in:
Tim Schumacher 2013-10-16 09:35:57 +02:00
parent 8d13afcaf4
commit 039fbb3192

9
.htaccess Normal file
View file

@ -0,0 +1,9 @@
<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
#RewriteBase /path/to/app
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]
RewriteBase /~tim/xmpp
</IfModule>