Skip navigation
jobfield
Currently Being Moderated

xampp + dreamweaver + wordpress + mac = "dynamically-related fi

Jul 28, 2012 8:30 AM

Tags: #cs5 #mac #files #server #dreamweaver #local #wordpress #testing #xampp #dynamically-related

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:

 

  • In Dreamweaver:
    • local site folder = /Applications/XAMPP/xamppfiles/htdocs/wordpress
    • server is connected using local/network
    • server folder = /Applications/XAMPP/xamppfiles/htdocs/wordpress
    • web url = http://localhost/wordpress
    • server model = PHP MySQL
    • remote server checkbox is unticked and testing server checkbox is ticked
    • database is selected
      • MySQL server = localhost
      • user name =  admin
      • password = admin
      • database = wordpress
  • In Xampp:
    • Apache is running
    • MySQL is running
  • On my machine:
    • "castleview" theme in folder /Applications/XAMPP/xamppfiles/htdocs/wordpress/wp-content/themes/cas tleview
  • In Wordpress dashboard
    • "castleview" theme is activated
    • in general settings:
    • in permalink settings:
      • custom structure = /%postname%/
      • .htaccess file includes appropriate rules
        • <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>

 
Replies

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points