How can I redirect a page to wwwx or to a secure server?
There are times when you want to redirect a web page to the wwwx server from the www server. There are also times when you want to redirect your page to a secure https server if it is being accessed by the non secure http server. For example, you may want to run an index.php page out of your home directory. As described in question 8, you can only run PHP on the wwwx server. You want to advertise your home page as http://www.cs.unc.edu/~userid, and you need to redirect to http://wwwx.cs.unc.edu/~userid which will allow you to run PHP. Add the following to the .htaccess file in your public_html directory: