apache - Setting up Programm-o locally -
After reading the installation guide for the program, I was wondering how I am doing two steps locally and know how to install it without hosting it.
An online server?
Just enter your code in the htdocs directory (inside xampp) Instalation Directory).
Then you will be able to execute your code by typing 'localhost' in your browser.
Or if you want to use another domain instead of a local host, you have to edit your host file.
Windows7 is located in the host file:
% systemroot% \ system32 \ drivers \ etc
For example, my host file :
127.0.0.1 domain.com
I can access my code instead by typing 'domain.com' for example. 'Local Host'
Comments
Post a Comment