| | |
404 and redirect in ASP?
Please support our ASP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
Hi there -
I need to redirect a site built in .php to a site built in .asp
Trouble is, that's simply going to create lots of 404's which aren't going to help anyone.
I'd like to be able to provide 404 headers and redirect to a specific page.
How would I do this in .asp?
Thanks for any replies.
- Brian
I need to redirect a site built in .php to a site built in .asp
Trouble is, that's simply going to create lots of 404's which aren't going to help anyone.
I'd like to be able to provide 404 headers and redirect to a specific page.
How would I do this in .asp?
Thanks for any replies.
- Brian
On a *nix system, you simply add a couple of simple lines of code in a file at the site root named ".htaccess".
So:
can tell the server to redirect a user to the website root folder - usually the site index page.
I figured there must be something similar for asp?
So:
ASP Syntax (Toggle Plain Text)
Error document 404 /
can tell the server to redirect a user to the website root folder - usually the site index page.
I figured there must be something similar for asp?
![]() |
Similar Threads
- redirect asp pages with the help of asp pages... (ASP)
- Migration from CFM to ASP.NET - how to handle the SEO aspect (Search Engine Optimization)
- asp redirect help I think it is a syntax issue (Legacy and Other Languages)
- Problem: Programming Tab Control (Visual Basic 4 / 5 / 6)
- ASP / vb6 dll (ASP)
Other Threads in the ASP Forum
- Previous Thread: Help
- Next Thread: Command text was not set for the command object.
| Thread Tools | Search this Thread |
archive asp asp.net aspandmssqlserver2005 aspandmssqlserver2005connection aspconnection connection database databaseconnection dreamweaver excel fso iis msmsql mssql2005 mssqlserver2005 mssqlserver2005andasp mssqlserverandasp opentextfile record searchbox selectoption single specfic sqlserver sqlserverconnection windows7





