I want dreamweaver (using xampp and wordpress on a mac) to discover dynamically-related files. I can see the design in live view but dreamweaver says "this page may have dynamically-related files that can only be discovered by the server. Discover | Preferences". But when I choose discover, I get this message: "dynamically-related files could not be resolved because the site definition is not correct for this server". Please tell me what I'm missing! Here's my setup:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule>
I use Wamp/www for my local testing server on C drive rather than a Programs folder. The rest of your site definition should look like this (notice direction of slashes in this screenshot).
See David Powers' Tutorial for additional details and screenshots:
http://www.adobe.com/devnet/dreamweaver/articles/first_dynamic_site_pt 1.html
Nancy O.
North America
Europe, Middle East and Africa
Asia Pacific