Change PHProxy Default Use?

Discussion in 'Programming' started by mikedamiz, Dec 5, 2007.

  1. #1
    Does anyone know a way I can easily make it so that is anyone goes to my domain.com the proxy is pre-loaded for a website? Such as myspace, so they won't have to type in myspace.com?

    Thanks
     
    mikedamiz, Dec 5, 2007 IP
  2. Daniel15

    Daniel15 Member

    Messages:
    17
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    38
    #2
    So you just want it to have a default domain in the proxy box? Easy stuff :D
    In index.php, find:
    
    $_url               = '';
    
    Code (markup):
    Replace with:
    
    $_url               = 'http://www.myspace.com/';
    
    Code (markup):
     
    Daniel15, Dec 10, 2007 IP