Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Oct 29, 2010 06:22 PM by arnet
Member
54 Points
59 Posts
Oct 29, 2010 06:22 PM|LINK
Hi,
I've to redirect user from http://test1.com/test to http://111.11.111.111/test. the following rewrite rule in httpd.ini redirects the user to http://111.11.111.111 not to http://111.11.111.111/test , what i've do in the following rule to fix this? thanks.
RewriteRule /test\?*(.*) http\://111.11.111.111/test [I,R]
arnet
Member
54 Points
59 Posts
rewriterule - isapi filter
Oct 29, 2010 06:22 PM|LINK
Hi,
I've to redirect user from http://test1.com/test to http://111.11.111.111/test. the following rewrite rule in httpd.ini redirects the user to http://111.11.111.111 not to http://111.11.111.111/test , what i've do in the following rule to fix this? thanks.
RewriteRule /test\?*(.*) http\://111.11.111.111/test [I,R]