I've installed Xampp Lite on my flash drive. However, I'm unaware what URL to type to access the htdocs. I've read the instructions here: http://www.apachefriends.org/en/xampp-windows.html#1179 but there is nothing about how to access the app on a flash drive. Can anyone assist?
I'd also like to take it a step further and make the XAMPP Server available to everyone on a network. How can I do this? Is it Possible?
http://localhost/
That would be the address of your server. On nearly every computer, this would map to http://127.0.0.1/
It would be available to everyone on your network if you have security setup to allow it to be. You just need to determine your IP address. You can do this by opening up a command prompt and typing ipconfig
For more info, check at the XAMPP site where support for XAMPP is given. (it's not supported here)
Sometimes, the impossible can become possible, if you're awesome!