How to redirect http://mysite/css/ to http://server1.mysite.com/css ?
- by marc
How can i redirect all requests passed to
http://mysite.com/css
to
http://otherserver.otherserver.com/css ?
User typing
http://mysite.com/css/somefile.css
and go redirect to
http://otherserver.otherserver/css/comefile.css
Regards