Page 1 of 1

how to configure the httpd.conf to add a homepage?

PostPosted: 31. October 2006 10:56
by keer2345
hi! I am a new LAMPPer.
I want to add a homepage such as "http://localhost:88" (no 80).
For example my new path is /home/keer/myphp

At the same time, i also want to use "http://localhost:80" with the /opt/lampp/htdocs

Help me~~~

PostPosted: 31. October 2006 10:58
by keer2345
求助中~~~

PostPosted: 31. October 2006 11:46
by Kristian Marcroft
Hi,

to do so, you will have to add a "Listen 88" to your configuration and
configure a new VirtualHost with your prefered DocumentRoot.

Regards,

PostPosted: 31. October 2006 12:21
by keer2345
thanks!