Copy link to clipboard
Copied
I recently discovered Dreamweaver's MySQL integration, but I cannot get it to work. Something is wrong with my configuration, and when run, I get 404 errors. The server and permission are set correctly.
Local Info:
Local Root Folder: G:\xampplite\htdocs\home\
Links relative to: Site root
HTTP Address: http://supertwinkie.co.cc/
Testing Server:
Model: PHP MySQL
Access: Local/Network
Folder: G:\xampplite\htdocs\home\
URL Prefix: http://localhost/
My site is stored and tested on an XAMMP lite server located on my flashdrive. Remote goes through FTP to my x10 account (no probems). I setup a database with a user account and privileges setup with Dreamweaver. Testing this database connction, I get a 404 error:
I don't understand the second reason, and Dreamweaver documentation does not cover it. I assume that this is not relevant to me.
Whats wrong?
Jacob666666 wrote:
I don't understand the second reason, and Dreamweaver documentation does not cover it. I assume that this is not relevant to me.
You assume incorrectly. It's totally relevant to you.
http://localhost is the equivalent of htdocs. Since your site is in a subfolder of htdocs, you need to add the name of the subfolder to your URL prefix:
http://localhost/home/
Copy link to clipboard
Copied
Jacob666666 wrote:
I don't understand the second reason, and Dreamweaver documentation does not cover it. I assume that this is not relevant to me.
You assume incorrectly. It's totally relevant to you.
http://localhost is the equivalent of htdocs. Since your site is in a subfolder of htdocs, you need to add the name of the subfolder to your URL prefix:
http://localhost/home/
Copy link to clipboard
Copied
Thank you, this works correctly with MySQL.
However, I get this warning:
Is this a problem?
Copy link to clipboard
Copied
You can safely ignore that warning.