Hi, I need someone to teach me how to point a sub directory(Not sub-domain) to another server. For example loading http://xyz.com/myscript/ should load the script located on a different server than xyz.com, this can be achieved via using a sub-domain but I need to avoid that. xyz.com - loads from server 1 xyz.com/myscript/ - loads from another server 2 I am using litespeed. Will pay $10 via paypal. Should only take around 15-30 minutes to tutor me. Fast learner.
I dont know what litespeed is. If you are using php under the covers, this should help: http://edoceo.com/creo/php-redirect For asp.net, just create a default.aspx file under xyz.com/myscript/ and add this to the file: <% Response.Redirect("http://mynewurl") %> Is that what you are looking for?