Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RewriteRule not work with postdata #35

Open
GoogleCodeExporter opened this issue Mar 26, 2015 · 0 comments
Open

RewriteRule not work with postdata #35

GoogleCodeExporter opened this issue Mar 26, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant