Buying Need someone to teach me how to point sub directory to another server.

Discussion in 'Services' started by profanitytalker, Jun 29, 2010.

  1. #1
    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. :cool:
     
    profanitytalker, Jun 29, 2010 IP
  2. crazyhunter

    crazyhunter Member

    Messages:
    69
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    43
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    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?
     
    crazyhunter, Jun 29, 2010 IP
  3. gapz101

    gapz101 Well-Known Member

    Messages:
    524
    Likes Received:
    8
    Best Answers:
    2
    Trophy Points:
    150
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    curl or htaccess rewrite can do
     
    gapz101, Jun 30, 2010 IP