PHP configuration in Apache on Windows
Apache
Installation
- Extract the
compressed Apache download.
extract it to any directory (by default on the root directory of the drive ).
example:-
- C:\Apache24.
- 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.”)
- Change to the
installation directory (For our purposes C:\Apache24\bin).
- Run the
program httpd.exe.
- 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.”
- opening up
your Web Browser and typing in the address: http://localhost
If
everything is working properly,
See the ‘Apache
test page.’
============================================================
0 Comments