Page 1 of 1

where is this and that

PostPosted: 22. September 2005 16:06
by pcs800
Ok, new user here.
I have installed the latest version of xampp, and cannot figure out where to put my web pages.
I know if i go to mydomain.com i get the xampp admin page.
I figure i need to have a www folder somewhere and point some alias at it, but have no clue how to do this.
Help?

PostPosted: 22. September 2005 16:30
by deepsurfer
in XAMPP there is the folder \htdocs thats the DocumentRoot for XAMPP

in this folder there is the index.html with HTMLcode "meta refresh" to redirekt to \xampp\htdocs\xampp

you only need edit this index.html or build another one.

if you have edit this file, you muss empty ypur browser cache once and your own index.html is working.
under \htdocs you can build your webapplications


for ALIAS, see in the httpd.conf , there are two ALIAS from XAMPP.
dublicate one with your changes ;)

re

PostPosted: 22. September 2005 16:33
by pcs800
Ok, while i was waiting, I changed the DocumentRoot to C:/Program Files/xampp/htdocs/www
And now it works.
But what if I have multiple domains that need to reside on this server?
How do I config that?