Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to Set up PHP Test Server in Dreamweaver?
    primarykey
    data
    text
    <p>I am trying to setup a PHP server so that I could use the "Live" feature in Dreamweaver, in addition to being able to preview in my browser without having to upload the .php file via an FTP application every time, which is not efficient when I want to do quick small previews.</p> <p>I have setup a new website and selected a folder for the site on my local drive.</p> <p>For the server, I have the following information (I don't know how much of it is relevant):</p> <ul> <li>Remote: Yes </li> <li>Test: Yes </li> <li>Server Name: Server </li> <li>Connect using: FTP </li> <li>FTP Address: <em>my domain name</em></li> <li>Username: <em>my username</em> </li> <li>Password: <em>my password</em> </li> <li>Port: 21 </li> <li>Root directory: <em>blank</em> </li> <li>Use passive FTP: Yes </li> <li>Use IPV6 Transfer Mode: No </li> <li>Use proxy: No </li> <li>Use FTP performance optimization: Yes </li> <li>Maintain Synchronization Information: Yes</li> <li>Automatically upload files to server on save: Yes </li> <li>Enable file checkout: No </li> <li>Server model: PHP MySQL</li> </ul> <p>When I test the server, it is successful and I am able to get the site/server to show up in "Manage Sites". However, when I want to test my .php file on the "Live" preview panel or as a preview in Chrome, I get the error message: "Dynamically-related files could not be resolved because the site definition is not correct for this server." When I upload the .php file to my FTP manually, the page displays properly but when I try doing this it either does not work or the Chrome preview mode just spits out the entire raw code.</p> <p>I tried and Googled, but I could not find a solution to this problem. Any help would be greatly appreciated.</p> <p><em><strong>Side note:</strong> I have my hosting from GoDaddy and the server from there is based on MySQL.</em></p> <p>Thank you.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload