You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. If i take ijab on base http://sites:5280/ijab, it work fine.
2. Now I want to put ijab to my :80 sites http://sites/ijab
3. Then I make .htaccess to get redirect http-bind on ejabberd
What is the expected output? What do you see instead?
my .htaccess
AddDefaultCharset UTF-8
Options +MultiViews
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule http-bind/ http://sites:5280/http-bind/ [P]
</IfModule>
it doesn't work :(
if i change .htaccess to :
AddDefaultCharset UTF-8
Options +MultiViews
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule http-bind/ http://sites:5280/http-bind/
</IfModule>
redirect http-bind work, but not POST data, onlye GET redirect..so http-bind
from port :5280 not received anything.. :(
I'm work on ubuntu server, apache2,mysql5,php5, ejabberd 2.1.9, ijab 3.2
Hopefully I'll got solution here...
Original issue reported on code.google.com by [email protected] on 28 Nov 2011 at 4:53
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 28 Nov 2011 at 4:53The text was updated successfully, but these errors were encountered: