Add a htaccess
This commit is contained in:
parent
8d13afcaf4
commit
039fbb3192
1 changed files with 9 additions and 0 deletions
9
.htaccess
Normal file
9
.htaccess
Normal 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>
|
Reference in a new issue