Added support for ejabberd web interface

This commit is contained in:
Ossi Salmi 2011-07-06 16:42:45 +03:00 committed by Timo Mkinen
parent 4855c4111e
commit e98a929347
4 changed files with 40 additions and 1 deletions

4
ejabberd/files/htaccess Normal file
View file

@ -0,0 +1,4 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)$ http://localhost:5280/$1 [P]
</IfModule>