apache url rewrite ?

I need to redirect traffic of of one of my servers onto another while I'm waiting for the nameservers to change.

I have a domain account, mysite.com, and a new domain account that will be mydomain.com as soon as the nameserver change propogates. I have a static IP.

Basically I want www.mysite.com/cgi-bin/asdf.cgi to get rewritten by apache into A.B.C.D/cgi-bin/asdf.cgi

I know its mod_rewrite, but I haven't found any really usable documentation on it.

Thanks,
Andrew Thompson

 

 

 

 

Top