|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Server Side redirect question
My hosting company is telling me that only a entire domain redirect can be done on IIS 5. Does anybody know if this is the case. I amd trying to redirect a category page within my regional directory
I would like to redirect http://www.albanywebsites.com/listings.asp?city=&CategoryId=56 to http://www.new-york-florists.net ...without redirecting the entire...only this specific URL. I am being told that this can be done on Apache, but not IIS. Any advice out there? Regards Ajordan |
|
#2
|
|||
|
|||
|
As far as I know that information is correct.
You could use some asp code to determine the original URL and redirect appropriately, but it's not quite the same as a webserver redirect. There may be other options I don't know about, this is not an area I've spent a lot of time with.
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
|
#3
|
|||
|
|||
|
<%
response.redirect("http://theurl.com/") %> This is what I normally use from within the page(s) i want to redirect. It isnt a server side mod but if you site has any form of structire it shoulnt be difficult to implement this or a java redirect. |
![]() |
| Viewing: ASP Free Forums > System Administration > Microsoft IIS > Server Side redirect question |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|