|
|
El Zagna wrote:
Warning: include() [function.include]: Failed opening 'includes/HH_Header.inc'
for inclusion (include_path='.;C:\php5\pear') in
C:\wamp\www\HH\TMP4p223up569.php on line 1
The problem is caused by using temporary files for preview in browser.
Go to Dreamweaver Preferences, select the Preview in Browser category,
and deselect the option to use temporary files.
So my basic question is this - For a good, clean development environment,
where should all these folders be pointing to?
When working with a local testing environment, the normal practice is to
store the files inside the server root (in your case, C:\wamp\www\).
Storing files in My Documents simply results in the creation of two
copies of the same file: one in My Documents, and the other in the
server root.
--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/
|
|