Xampp server | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Xampp server

I use Xampp server on my laptop to store my htdocs and websites that I create along with other projects! Is there a way to access my xampp server and its files i saved via mobile (without using remote desktop to access my laptop via mobile) so i can work on my projects on the road?

5th Jul 2018, 1:38 PM
David CHAMPION
David CHAMPION - avatar
2 Answers
+ 4
Yes, it should work. You will need a couple things though - 1., you'll need to have your server on and connected to the internet, and you will also need to know the IP address of your server, and possibly the password if you have it protected. So to access your server you would type in your IP and it should bring up a directory where you can view your files. You can always try a search through Xampp documentation too, or Google if you aren't getting enough answers here. Cheers mate.
5th Jul 2018, 1:48 PM
Tony
Tony - avatar
+ 1
if you just want to work on projects on the go and dont need all the bells and whistles of a debugger or browser, just use git and get a mobile git app. git2go is really good for iphone and lets you modify, pull, push and more with your commits and such. if you need more than that, do what anthony recommended or you could get a free web host and upload files there so you can log in via ftp on your phone. you could also look at using something like irc and making a script to update your local files via an irc bot and check out what you changed when you get home. there are quite a few options for you so good luck.
5th Jul 2018, 2:04 PM
Xpl0it
Xpl0it - avatar