Results 1 to 1 of 1
Hi,
I am using mod_rewrite rule to redirect webpages.
I am having this rule in my virtual host abc.com
i want to redirect abc.com/ganesh/ to xyz.com:9080/
Redirection is happening for ...
- 06-11-2010 #1Just Joined!
- Join Date
- Jun 2010
- Posts
- 1
mod_rewrite login issue
Hi,
I am using mod_rewrite rule to redirect webpages.
I am having this rule in my virtual host abc.com
i want to redirect abc.com/ganesh/ to xyz.com:9080/
Redirection is happening for index.html but when i am doing login it removes word ganesh from URL automatically and redirects to page which is not exists.
ProxyPassReverse /ganesh/ xyz:9080/[/url] stickysession=JSESSIONID
RewriteRule ganesh/(.*) xyz:9080/$1 [P,L]
[add http in all domain]
Anybody faced this proble. Please guide me.
When i am doing application side changes by hard coding the URL in login.action it is working fine. but not working with rwrite rule.
Please advice.
Regards,
Ganesh


Reply With Quote