Displaying 1 result from an estimated 1 matches for "newcompany".
2008 Oct 07
4
Moving from one dns domain to another
My Rails 2.1 app is changing DNS domains. For example:
From: www.oldcompany.com
To: www.newcompany.com
The app uses Apache2, mongrel_cluster, MySQL.
I would like the existing users who visit www.oldcompany.com URLs to be:
1. Notified via an HTML page that the site has changed from oldcompany
to new company and then redirect them to newcompany.
This has to be done on the same server which gets n...