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
So you just want it to have a default domain in the proxy box? Easy stuff In index.php, find: $_url = ''; Code (markup): Replace with: $_url = 'http://www.myspace.com/'; Code (markup):