Just a quick update on this capability, I know it’s been a while.
The original EllisLab blog post and forum discussion thread detail how to setup your .htaccess files correctly for this functionality.
On Dreamweaver’s end, I finally found out how to get it working, and posted the details in that original discussion thread.
Here’s a quote:
Here’s the much anticipated update on how to get it working in Dreamweaver (CS3).
First, you have to get your .htaccess file working properly. Test in your browser before proceeding.
Second, you have to download and install the Live Preview extension by Thomas Muck.
This extension will show a “Server Debug” button next to the Live Data View button above the document window. Clicking the button will allow you to preview the current document in the design window, rather than use an external browser. The extension is shoe-horned into the Server Debug functionality that was implemented ONLY for the ColdFusion server model but left dormant for the other server models. This extension adds Live Preview functionality to ASP, ASP.NET, PHP, and JSP.
Third, use the “Server Debug” button, which should now appear next to your Code|Split|Design view-switching buttons when your .php template files are open.
After you install the extension, start up Dreamweaver and open any of your template files (one that you successfully tested in your browser, of course). You should now see two icons directly to the right of the Code|Split|Design view buttons: “Live Data View” and “Server Debug”. Whenever you want to preview the design, use the “Server Debug button”. If you try to use the “Live Data View” button, you’ll get the following error: “The testing server did not execute any of the scripts in your document.” This is because “Live Data View” is only used for executing scripts in your document, not previewing the live page in your design view.
Hope this helps! Took me eons to get it working, but I’m glad it does now. :coolsmile: