+++ Navin Dhanuka [26/03/02 19:47 +0530]:
He wants to use http://www.vjti.edu/mca as the URL and wants 5MB space on any other server, where he can update pages as and when required.
I can only think of Frames or after 1 second change page to http://www.anotherMCAsite.com
mod_rewrite + DNS Probably easier. http://mca.vjti.edu/ points there (and adding a subdomain even saves on the domain registration costs, just an A record is required). Saves even on the automagic rewrite if http://www.vjti.edu/mca/index.html is an autorefresh page to http://mca.vjti.org .
<meta>http-equiv="refresh" content="0; url=http://path/to/new/stuff"</meta> is a bit better that a 1 second refresh.
Devdas Bhagat