Page 1 of 1

Problem after install

PostPosted: 05. August 2009 16:09
by rastaking
After sucesfully installing XAMPP and activating Apache and MySQL components i've made a file called test.php with some proper php code which i saved into htdocs folder. I've tried to open the file with firefox but i received a message object not found. I use a 64 bit laptop with 32 bit windows vista.

Re: Problem after install

PostPosted: 05. August 2009 17:56
by Nobbie
>I've tried to open the file with firefox but i received a message object not found.

What did you enter in firefox (which URL) in order to open the file?

Re: Problem after install

PostPosted: 05. August 2009 18:53
by rastaking

Re: Problem after install

PostPosted: 06. August 2009 06:35
by Izzy
What do you see when you type in your browser:
http://localhost/
and
http://127.0.0.1/
and
http://127.0.0.1/test.php

Re: Problem after install

PostPosted: 07. August 2009 18:17
by rastaking
After typing http://127.0.0.1 i see XAMPP menu but after typing httpp://127.0.0.1/test.php (test php is saved in htdocs directory) i see object not found. I have only XAMPP 1.7.1 Firefox and IE. Do I have to install something else to test php program codes?

Re: Problem after install

PostPosted: 07. August 2009 19:04
by Wiedmann
but after typing httpp://127.0.0.1/test.php (test php is saved in htdocs directory) i see object not found.

So there is no file "test.php" in the directory "C:\xampp\htdocs" (if this is your DocumentRoot).

Re: Problem after install

PostPosted: 08. August 2009 08:14
by rastaking
Ok. How can I change the document root?

Re: Problem after install

PostPosted: 08. August 2009 09:18
by Wiedmann
Ok

So it' now possible for you to access the "test.php"? What was the problem?

Re: Problem after install

PostPosted: 08. August 2009 23:11
by rastaking
It wasn't working. I'll reinstall XAMPP 1.7.1 and if the php codes aren't working I'm gonna post a video to show what happens.