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