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

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -