Issue with MySql Connection and secure server
I have setup my Site in Dreamweaver specifying FTP. The Remote and Testing checkboxes are selected for my Server. I do not want a separate Testing server, and therefore, have NOT installed Apache. I connect successfully to my Yahoo web hosting server to put files. From my PHP page, I am attempting to setup MySQL connection. Since I am placing all of my files in an SSL folder on my Web Hosting server, I’m not sure if I’m setting everything up properly. When I attempt to connect to mysql I get an HTTP Error Code 404 File Not Found with possible reasons:
1) There is no testing server running on the server machine
2) The testing server specified for this site does not map to the [site details removed by moderator] .com/ssl/_mmServerScripts/MMHTTPDB.php URL. Verify that the URL Prefix maps to the root of the site.
When I open my Yahoo server, my files sit in the location: www.example.com/ssl/
If I enter this as a root directory in the Server setup section, I get an FTP error message stating that the server folder can not be opened because it doesn’t exist or there’s a permission problem when I attempt to test the MySql connection. If I leave the root directory field blank, I’m able to connect to the server with success, but receive the testing server error as stated previously.
I have setup a different website previously with success and thus used it as a guide for the entries I’ve made for this website. I was on a different computer at the time and had installed Apache back then. The only difference between my previous website and this one, is my working with an SSL folder on the Yahoo server and thus having to work with the https://.....etc.
Please provide solutions in an easy to understand fashion, I’m not a developer and don’t know how to debug or anything. Thanks!!!