|
httpd.conf: Changing port (is necessary when also running IIS) Change "Listen 80" to "Listen 8888" Change "ServerName localhost:80" to "ServerName localhost:8888" Restart Apache, or maybe restart computer. Changing web root directory: 1) Set "DocumentRoot": DocumentRoot "C:\lee\work\test_amfphp1\bin" 2) Set permissions...: <Directory "C:\lee\work\test_amfphp1\bin"> ... </> Aliases: Alias /phpMyAdmin/ "C:\xampp\phpMyAdmin" Alias /xampp/ "C:\xampp\htdocs" Symbolic links: ... |
|
Page last modified on January 04, 2009, at 08:59 AM
|
|