 |
Categories |
|
|
|
| Home : ASP : Scripts and Programs : Redirection |
|
Redirection Listings
|
|
Total:
1 | Displaying: 1 - 1 |
|
|
|
The nearest alternative is to use the response.redirect to force a redirect which is useful, but not the correct response. If the resource will never again exist at this location then what is required is a moved permenantly (status code 301) rather than the moved temporarily (status code 302) that response.redirect generates.
Price: Free - Updated: 13/02/2006
|
|
|
|