Hi Wayde, The way I use to setup my "SplashPage" for my grid is very simple :
Just use the "http_loginform.html.example" file to create a "http_loginform.html" file in your OpenSim bin directory. In my case, I transfert everything to an apache server on the same computer, Here is the content on my "http_loginform.html" file : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd "> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <meta http-equiv="Refresh" content="0; url=http://YOUR_SERVER/ index.php"> <title>OpenSim Grid</title> </head> <body> </body> </html> Hope this could help you. Regards, Ursula. Le 9 févr. 09 à 19:17, wallen a écrit : > OK, I'm really new to OpenSimulator, just got it running over the > weekend, and have been trying to set the background image/page that is > displayed when the Secondlife viewer connects. From the manual it > seems > that I should set the "welcome" option in the OpenSim.ini file: > > welcome - This value is a string and can contain the URI of the > welcome page to > display in the client (the loginpage parameter of the SecondLife > client). > > So, I've created a very simple html file called "welcome" located in > the > bin directory, and that doesn't get displayed. I've also tried > putting > a known URL on an outside web server as the entry to that attribute, > and > still nothing seems to change. I am evidently misunderstanding > something here. > > Running in stand-alone mode for now. > > - Wayde > > _______________________________________________ > Opensim-users mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/opensim-users > _______________________________________________ Opensim-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-users
