Okay here the situation, i had to setup a opensimulator for a friend (and in the end used the same system for myself) and i wasnt able to use port 80 for the robust server, so now how to get a userfriendly uri to get the grid info? my solution is here, i made a subdomain in my case login.thunderlife.net and created a file called get_grid_info and pasted this code in, make sure to edit it as you need (i also made a empty index.html but thats your own decision)
<?php
header ("Content-Type:text/xml");
?>
<gridinfo>
<login>http://thunderlife.net:8002/</login>
<gridname>thunderlife</gridname>
<mode>standalone</mode>
<register>http://thunderlife.net/component/users/?view=registration</register>
<platform>OpenSim</platform>
<help>http://status.thunderlife.net</help>
<about>http://thunderlife.net</about>
<welcome>http://splash.thunderlife.net</welcome>
<gridnick>Thunderlife</gridnick>
<password>http://thunderlife.net/component/users/?view=reset</password>
<economy>http://helper.secondlife.com</economy>
</gridinfo>