Page 1 of 1

i am having problems setting up a website on Xampp

PostPosted: 27. August 2008 18:53
by k3rnel
ok this is my first time every using this and everytime i try to install a website it wont work. when i change index.php in htdocs everything seem to stop working. anyone know how to fix this?

PostPosted: 29. August 2008 17:59
by glitzi85
What do you mean with "everything stop to work"? If you change the standard index.php of XAMPP the XAMPP Pages won't work anymore, that makes sense. If you just want to try a little bit, create a folder inside the htdocs folder. For example, if you installed XAMPP to C:\xampp then create a folder named test inside C:\xampp\htdocs, then it should look like this:

C:\xampp\htdocs\test

Inside the test folder you create your own index.php with your own Code. When you call http://localhost/test/ in your Browser, your index.php file will be parsed by PHP.

glitzi