On 01/13/2010 09:08 AM, Monu Agrawal wrote:
Thanks Mladen.
I want to redirect the URL to a new location like:
http://dir1.site.com/xyz.do to http://site.com/xyz.do
Is it possible to do this using rewite_file?
Did you tried
/dir1.site.com/xyz.do=/site.com/xyz.do
Although the upper makes no sen
Thanks Mladen.
I want to redirect the URL to a new location like:
http://dir1.site.com/xyz.do to http://site.com/xyz.do
Is it possible to do this using rewite_file?
--
--
'Make Your Own Way'
Monu Agrawal
On 01/13/2010 07:45 AM, Monu Agrawal wrote:
Hi,
I am using ISAPI_REDIRECT in IIS, where I am redirecting all *.do pages to a
worker. But now I want to redirect few urls to the new URLs like:
/site/xyz.do => http://mysite.com/xyz.aspx
I wrote the rule in rewrite file.
/site/xyz.do=http://mysite.c
Hi,
I am using ISAPI_REDIRECT in IIS, where I am redirecting all *.do pages to a
worker. But now I want to redirect few urls to the new URLs like:
/site/xyz.do => http://mysite.com/xyz.aspx
I wrote the rule in rewrite file.
/site/xyz.do=http://mysite.com/xyz.aspx
But It didn't work.
I gave an exclu