View Single Post
  #1  
Old September 2nd, 2004, 01:49 AM
alpha2zee alpha2zee is offline
Registered User
 
Join Date: Sep 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
alpha2zee is on a distinguished road
Dreamweaver - developing PHP/MySQL site locally

I am trying to develop a PHP/MySQL-based website using Dreamweaver MX 2004 on a Mac OS X (10.3.5) machine which also runs Apache 1.3, MySQL 4 and PHP 4.3. I use the Mac as an admin user.

I start by making a new folder ('mysite') inside the webserver root folder (Library/Webserver/Documents, or Users/'username'/Sites; I have tried both locations). Then I start Dreamweaver > Sites > Manage sites > New site... and set 'local root folder' by browsing to the 'mysite' folder. Then I set 'remote folder' for 'local/network' access by browsing to the same 'mysite' folder. Then I set the testing server location as the webserver root folder. I have tried both 'localhost' and '127.0.0.1' in the URL field.

But when I am 'done' with the site management panel, Dreaweaver shows me a message saying '...could not set up local folder...' or '...local folder does not exist...' or 'remote folder does not exist...'

What am I doing wrong? Can local and remote folders be not the same? Is it a file permissions issue?
Reply With Quote