How to run php offline?

  • Thread starter Thread starter Sean O
  • Start date Start date
S

Sean O

Guest
Im learning php, is there any way of running php website offline for a test and i heard of apache but don't know how to install it, i heard that there is software that will install it for you any one know what it is?
 
Try ApacheLite. it is a very easy Apache offline server that does not need to be installed on your machine. just unpack it, run the Apachelite.exe and you are ready to test your php pages. read the Help text by clicking the help icon and you'll find some quick quidelines. It can be run directly on any usb flash disk. it has its own root directory.

you have to place the folder containing your php web pages onto its udrive\www\ directory. it would look like this

udrive\www\mysite

and the browser's address, type http://localhost/mysite

get it here

http://itblog.tourwithher.net/ go to download page
 
Host a website from your computer... you can access it offline at http://localhost/

XAMPPLite is an easy http/php/mysql standalone server.
http://www.apachefriends.org/en/xampp-windows.html#646
 
Back
Top