Skip to main content
Participant
August 6, 2011
Question

testing server help

  • August 6, 2011
  • 1 reply
  • 471 views

a newbie to the PHP world,  using xampp to setup for a testing server (local only) for php page.  I have followed David Power's Setting up a PHP Development environment for dreamweaver but can't get it to show in Live View.  Up until that point everything seems right.  I must having something wrong in the setup somewhere but can't find.  Even after removing the "test site" 3 times and started over.

my site server setup is:

PHP Test Site

Local/Network

c:/xammp/htdocs/php_test/

url http://localhost/php_test/     ( have tried http://localhost/htdocs/php_test/ with same result)

My ultimate goal to setup a page for one login user to post (update a recordset?) job postings on their website. If there is something else that would work please let me know.

thanks

This topic has been closed for replies.

1 reply

Community Expert
August 7, 2011

The first setting is right.  However, XAMPP does not usually install on the default ports (80 and 3306).  Are you using the default ports or custom ports?  If you are using custom ports then your address should be http://localhost:port/php_test .

Participant
August 7, 2011

I checked those, yes they are on 80 and 3306 right from default.

Participant
August 10, 2011

Hi,

I got it to work (you tube) still don't know what was wrong but I uninstalled and started over with a youtube video

thanks