Dreamweaver CS4 Resources
|
Set Basic tab Testing Files options (URL prefix)
This dialog box appears if you selected a
server technology earlier in the process. Its purpose is to specify
a URL prefix so Dreamweaver can use your testing server to display
data and connect to databases while you work. A URL prefix comprises the
domain name and any of your website’s home directory’s subdirectories
or virtual directories.
- Enter the URL that users type in their browsers
to open your web application, but do not include any filename.
Suppose your application’s URL is www.adobe.com/mycoolapp/start.php.
In this case, you would enter the following URL prefix: www.adobe.com/mycoolapp/.
If
Dreamweaver runs on the same computer as your web server, you can
use the term localhost as a stand-in for your domain name. For example,
suppose your application’s URL is buttercup_pc/mycoolapp/start.php.
Then, you can enter the following URL prefix: http://localhost/mycoolapp/.
- Click Test URL to ensure that your URL works.
|