Forum Moderators: mack
basically i want to capture the url yhat comes in and replace just the start of it "www.mydomain.com" with "www.myNewdomain.com" and remainder of the original url to the new domain and redirect it.
Microsoft OLE DB Provider for ODBC Drivers error '8007000e'
[Microsoft][ODBC Microsoft Access Driver] Not enough space on temporary disk.
if i browse to a page which has no database connections then i can view that page.
The idea of the redirects is if this problem happens again i have my site copied to two different hosts then if this problem occurs all i have to do is copy my databae to the other host rename my prepaired redirect page to global.asa in the root and then everyone who comes to our site the first thing that is actioned is the global.as which is really my redirect page.
Hope this makes sense