blob: 54a16d8854ba38b0e09d3104fde98dfa07a54861 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
*****************************************************************
You will also need to configure Apache. Consider adding the following
to your httpd.conf:
Alias /phpSysInfo "%%WWWDIR%%"
<Directory "%%WWWDIR%%">
AllowOverride all
Allow from all
</Directory>
Then restart Apache: 'apachectl graceful'
Please visit 'http://localhost/phpsysinfo/' in a
web-browser and follow the configuration instructions.
*****************************************************************
|