Question
This is not really a question but enable others to get DW working.
I have atlast had time to explore DW more fully and AI offered these suggestions which have got DW working again for me:
- How to Correctly Set Up Your Site
- Open Site Setup:
- In Dreamweaver’s top menu, go to Site > New Site... (or Site > Manage Sites... if editing an existing definition).
- Configure General Settings:
- Site Name: Give your project a recognizable name (e.g., My Static Site).
- Local Site Folder: Click the folder icon and choose the local folder on your Mac where your .html files reside.
- Leave "Servers" Empty:
- In the left panel of the Site Setup window, skip the Servers tab completely. Static HTML does not require a local network or testing server definition.
- Save:
- Click Save and then Done. Your files will populate the Files panel on the right.
- How to Preview Your Pages in Safari
- Dreamweaver includes built-in preview mechanisms that handle port binding automatically.
- Real-Time Preview (Recommended):
- Open any .html file from your project.
- Click the Real-Time Preview icon (the small device/browser icon at the bottom-right corner of the workspace).
- Select Safari. Dreamweaver will start its internal preview server on an automatically assigned dynamic port (such as http://127.0.0) with live reloading as you make edits.
- Direct Browser Preview:
- Press Option + F12 (or your assigned secondary browser shortcut) to preview the page directly in Safari via the local file path (file:///Users/...).
- This worked for me on a Mac so I hope that it may help others.
