Problem Connecting Xxampp software with Adobe Dreamweaver

Hello Friends,
I have difficulties connecting PHP and MySQL to Dreamweaver. Although from my Xxampp software, it is indicating that PHP, MySQL are running but it still does not work on dreamweaver.
Please friends, can you tell me what to do to connect PHP and MySQL to Dreamweaver, I have also tried re-configuring it from C:// by changing some name but all to no avail.
I will be glad if you guys can help me solve this problem.

Thanks,
Golden Waters.
 

DHDdirect

New Member
by default XAMMP points the localhost to (XAMMP Folder)\htdocs\. Unless you have your web files in this folder you'll have to change the default to the proper location by changing the DocumentRoot and Directory values in the httpd.conf file located at (xammp folder)\apache\conf\

Then to connect it to dreamweaver all you have to do is setup a testing server under localhost
 
Top