Page 1 of 1

How to use Xampp on Developement PC & USB Flash Drive Both

PostPosted: 12. January 2013 09:19
by apachenewuser
Hi,
I am a newbie in Apache/PHP Development. I developed one site for a client. I want to show demo to him on his laptop. But my problem is How I install XAMPP on USB as well as it ON MY PC. I tried to copy the all Xampp folder to usb & changed all the path acording to usb drive letter. I changed port number in httpd.conf also. But my broweser not getting that port. Whenever I try to open any php file it is opened the file from my PC not from USB. So please help it is very urgent. Thanks a tone in advance.

Re: How to use Xampp on Developement PC & USB Flash Drive Bo

PostPosted: 12. January 2013 22:57
by hackattack142
If you change the port that Apache listens on, you need to specify it in your URL (http://localhost:port). If you do not specify a port then web browsers will assume port 80.

You will also need to be running Apache and all from your USB stick xampp folder for them to be served from there.