|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
Domain alias redirection using ASP?
<i><b>Originally posted by : Nate (webmaster@pathrat.com)</b></i><br />Hello, I recently had my host create several aliases (eg. weather.pathrat.com, directory.pathrat.com) and he said there is a way to have an ASP script redirect those aliases to specific files and/or directories.<br /><br />Is there a way this can be done? If so, how?<br /><br />Thanks,<br /><br />Nate<br />
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : Jerry (jhodges@worldoffice.net)</b></i><br />You can also drop a redirect script into your root directories as the default document ie: default.asp then set in the script to where you want to redirect to. <br />Sample: <% Response.Redirect("http://weather.pathrat.com")<br />%> save this as the default document.<br /><br /><br />------------<br />Nate at 2/5/2000 5:47:53 PM<br /><br />Hello, I recently had my host create several aliases (eg. weather.pathrat.com, directory.pathrat.com) and he said there is a way to have an ASP script redirect those aliases to specific files and/or directories.<br /><br />Is there a way this can be done? If so, how?<br /><br />Thanks,<br /><br />Nate<br />
|
![]() |
| Viewing: ASP Free Forums > Programming > ASP Development > Domain alias redirection using ASP? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|