PHP configuration in Apache at Windows

 PHP configuration in Apache on Windows

Apache Installation

  1. Extract the compressed Apache download.

extract it to any directory (by default on the root directory of the drive ).

example:-  


  1. C:\Apache24.
  2. Open an “Administrator” command prompt. (Click the Windows “Start” icon, then type “cmd”. Right-click the “Command Prompt” item which appears, and select “Run As Administrator.”)
  3. Change to the installation directory (For our purposes C:\Apache24\bin).
  4. Run the program httpd.exe.
  5. Notices that a dialogue box from the Windows Firewall noting that some features are being blocked. If this appears, place a checkmark in “Private Networks…” as well as “Public Networks…”, and then click “Allow access.”
  6. opening up your Web Browser and typing in the address: http://localhost

If everything is working properly,

See the ‘Apache test page.’


============================================================

Post a Comment

0 Comments