You must specify a URL prefix so Dreamweaver can use the services of a testing server to display data and to connect to databases while you work. Dreamweaver uses the design-time connection to provide you with useful information about the database, such as the names of the tables in your database and the names of the columns in your tables.
A URL prefix comprises the domain name and any of your website’s home directory’s subdirectories or virtual directories.
If the folder you want to use to process dynamic pages is a subfolder of your home directory, simply add the subfolder to the URL. If your home directory is c:\sites\company\, your site’s domain name is www.mystartup.com, and the folder you want to use to process dynamic pages is c:\sites\company\inventory. Enter the following URL prefix:
http://www.mystartup.com/inventory/
If the folder you want to use to process dynamic pages is not your home directory or any of its subdirectories, you must create a virtual directory.
http://www.mystartup.com/warehouse/
Web server |
URL prefix |
---|---|
ColdFusion MX 7 |
http://localhost:8500/warehouse/ |
IIS |
http://localhost/warehouse/ |
Apache (Windows) |
http://localhost:80/warehouse/ |
Jakarta Tomcat (Windows) |
http://localhost:8080/warehouse/ |
For Macintosh users running the Apache web server, your personal home directory is Users:MyUserName:Sites, where MyUserName is your Macintosh user name. An alias called ~MyUserName is automatically defined for this folder when you install Mac OS 10.1 or higher. Therefore, your default URL prefix in Dreamweaver is as follows:
http://localhost/~MyUserName/
If the folder you want to use to process dynamic pages is Users:MyUserName:Sites:inventory, then the URL prefix is as follows:
http://localhost/~MyUserName/inventory/