You wouldn't even need a lot of pages to redirect on the Windows server to the old server. You can use an HTTP Module in ASP.Net to perform the redirection for you :-)
You just need to inform your users about the hostname change on their custom pages, so that they can maintain them (as you would need to change the hostname if you're redirecting the user pages). The HTTP Module would take the request look for an instance of '/~' and then redirect to new hostname. There are some articles on HTTP Handlers and Modules all over the Net and I suggest a Google search. If you want some further help with this let me know as I have some code already written. Regards, Suneel. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cary Fitch Sent: Saturday, October 30, 2004 4:37 PM To: [EMAIL PROTECTED] Subject: [Rodopi] Linux/ASP/Javascript Yes, we are using the Windows platform now, and are "better off". However due to some webpage addresses that are on the Linux server in the form www.usawide.net/~YourPageHere and thus the need to do a redirect to our own web page on the M$ server, I wanted to get our web page back on Linux. And I ASSumed there was a way to do it in the effervescent Linux community. I am willing to pay for the module, or whatever. I think Chili-Soft was bought by Sun. However it seems to be for an earlier version of Linux than we are running, and we don't want to downgrade. Maybe I could redirect the "~tilde" sites to the old server with a lot of redirect pages, rather than redirecting all our users on every hit of our web page. But that complicates their maintinance by their owners. (Lots of explaining), and doesn't get us back on Linux. (It is an imperfect world.) :-) Cary ----- Original Message ----- From: "Suneel Jhangiani" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 30, 2004 9:51 AM Subject: [Rodopi] Linux/ASP/Javascript I believe you would need ChilliSoft ASP to run the ASP pages. There is a ASP module for apache, however it requires the code to be in Perl and hence you are probably better of using PHP. In my opinion you should use the Windows platform. Regards, Suneel. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cary Fitch Sent: Saturday, October 30, 2004 3:47 PM To: [EMAIL PROTECTED] Subject: [Rodopi] Linux/ASP/Javascript We need to run ASP pages and javascript server side on a Linux OS, running Red Hat 9.2(?). We have found the Sun Java addon available, but it is for an earlier Linux. Does anyone have information on doing what we need? Cary Fitch --------------------- To Leave the Rodopi mail list send a message to [EMAIL PROTECTED] with the word LEAVE as the message body. Please also visit the Rodopi FAQ at http://www.rodopi-faq.com --------------------- --------------------- To Leave the Rodopi mail list send a message to [EMAIL PROTECTED] with the word LEAVE as the message body. Please also visit the Rodopi FAQ at http://www.rodopi-faq.com --------------------- --------------------- To Leave the Rodopi mail list send a message to [EMAIL PROTECTED] with the word LEAVE as the message body. Please also visit the Rodopi FAQ at http://www.rodopi-faq.com --------------------- --------------------- To Leave the Rodopi mail list send a message to [EMAIL PROTECTED] with the word LEAVE as the message body. Please also visit the Rodopi FAQ at http://www.rodopi-faq.com ---------------------
