Good Morning,

I am in need of some help regarding re-directs. We have just replaced our
old Webiste that was manily PHP with a new ASP.NET website. My question is,
how do I redirect all of the old
http:www.domain.com/filename.php?location=xx (where xx is a number) to a new
location? Sine these are the same domain name and same server, I cannot do
a redirect from an existing server to the new one. I have treid putting the
entire old URL in as a host header, but that did not work.

Any ideas would be greatly appreciated.


Thanks in Advance,

Travis

Re: Redirect from PHP pages to ASP, but old PHP pages and site are no longer there by David

David
Tue Aug 12 01:47:42 CDT 2003

How do you want to redirect?

http://www.domain.com/filename.php?location=xx TO
http://www.domain.com/filename.aspx?location=xx ??

--
//David
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Travis Rabe" <travis_rabe@hotmail.com> wrote in message
news:3f37b44a$1_1@news.greatbasin.net...
Good Morning,

I am in need of some help regarding re-directs. We have just replaced our
old Webiste that was manily PHP with a new ASP.NET website. My question is,
how do I redirect all of the old
http:www.domain.com/filename.php?location=xx (where xx is a number) to a new
location? Sine these are the same domain name and same server, I cannot do
a redirect from an existing server to the new one. I have treid putting the
entire old URL in as a host header, but that did not work.

Any ideas would be greatly appreciated.


Thanks in Advance,

Travis