Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

testing server help

New Here ,
Aug 06, 2011 Aug 06, 2011

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

TOPICS
Server side applications
427
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 06, 2011 Aug 06, 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 .

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 06, 2011 Aug 06, 2011

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 09, 2011 Aug 09, 2011
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines