Page 1 of 1

Installation Manual - readme_en.txt

PostPosted: 27. April 2005 12:32
by johncrad
Can anybody explain to me what step 4 means in the install manual?

Step 4: PHP (with mod_php, as *.php, *.php4, *.php3, *.phtml), Perl
by default with *.cgi, SSI with *.shtml are all located in
=> \...\xampp\htdocs\.
Beispiele (Examples):
=> \...\xampp\htdocs\test.php => http://localhost/test.php
=> \...\xampp\myhome\test.php => http://localhost/myhome/test.php

TIA
Regards
Johncrad

Step4 makes no sence to me either!

PostPosted: 27. June 2005 22:06
by sleepless
can anyone anwser this question? My guess is that it has something to do with system values. But I would sure like to know. For some reason i can't seem to execute the localhost/test.php.

PostPosted: 28. June 2005 10:08
by Ceelight
I think: The only meaning is that you have to put all files which you would like to run with XAMPP in ..\htdocs or its subdirectories. test.php doesn't exist. It's an example!

PostPosted: 28. June 2005 10:34
by Sjowhan
Indeed, just an example how to access the folders on the webserver by browser ;)