Page 1 of 1

xampp as local testserver

PostPosted: 09. February 2006 14:14
by douma
Oke, i installed xampp and do want to make a dynamic website on my local computer
Name website : testsite
In this rootfolder i can place a index.php file and subfolders : is this the right structure?

Where to place the rootfolder of the site on my local computer?

Thanks

Jan

Re: xampp as local testserver

PostPosted: 09. February 2006 17:55
by keisko
douma wrote:Oke, i installed xampp and do want to make a dynamic website on my local computer
Name website : testsite
In this rootfolder i can place a index.php file and subfolders : is this the right structure?

Where to place the rootfolder of the site on my local computer?

Thanks

Jan


1) x:\xampp\htdocs <-- ROOT folder..
example: http:\\localhost (This URL will look index.xxx under root folder, xampp\htdocs\)

2) x:\xampp\htdocs\test <-- SUBfolder under ROOT
example: http:\\localhost\test (This URL will look index.xxx under SUB folder, xampp\htdocs\test)