Hi:
I am running into a problem with the following.
Previously I released a whole lot of tempates that pointed to a redirect file using the following:
Server.com/redirect/?p=CoolLink
This worked fine under my Coldfusion Server on Windows 2000.
But now I need to switch this redirect to an NT 4 box running ASP.
I have the redirect working fine... but the query string will not work without the deafult.asp in place... meaning I have to have:
Server.com/redirect/default.asp?p=CoolLink
This is not what I want at all! I want the default page to come up see the query and redirect.. but it never sees a query defined without the page name being inserted.
Any idea?
Is this an ASP thing or a Windows NT thing?
Please help... I need to use this server for the redirects since the other is going offline.
Thanks.
I am running into a problem with the following.
Previously I released a whole lot of tempates that pointed to a redirect file using the following:
Server.com/redirect/?p=CoolLink
This worked fine under my Coldfusion Server on Windows 2000.
But now I need to switch this redirect to an NT 4 box running ASP.
I have the redirect working fine... but the query string will not work without the deafult.asp in place... meaning I have to have:
Server.com/redirect/default.asp?p=CoolLink
This is not what I want at all! I want the default page to come up see the query and redirect.. but it never sees a query defined without the page name being inserted.
Any idea?
Is this an ASP thing or a Windows NT thing?
Please help... I need to use this server for the redirects since the other is going offline.
Thanks.