in the Dreamweaveer Site definition, there is an option on the local info tab for:
"Create Links relative to"
If you set this to "Site"
Dreamweaver will use the virtual function for includes, however, the virtual function is not supported in all PHP environments.
Change that setting to "Document" and Dreamweaver will use the require_once function instead, this is supported in all php environments.