Forum Moderators: travelin cat
I've mapped the network drive to the Mac and when I go through the drive on the desktop to preview the file the page works at this address:
file:///Volumes/[SERVER NAME]/folder/folder/page.html
(note that this method doesn't define the actual drive on the server. There are 5 drives on this server. I guess because I mapped this drive, it doesn't need to know which drive I'm referring to? If so, how can it call the server name and not have the drive referenced in the path?)
When I click "preview in browser" in DW I get a 404 and the following path:
file:///[DRIVE NAME]/folder/folder/page.html.
The "preview in browser" page is missing "Volumes" and is changing out the server name for the name of the actual drive on the server. The path that works doesn't define the drive on the server! What the heck is going on? How can I make Dreamweaver refer to this strange path that logically shouldn't work because it skips a step?