Site setup for Images on a separate "networked" drive?
Long time Dreamweaver user and have been plagued with a long standing problem that I have just worked around for years by working in code view. I would like to utiltize some of the WYISWIG features, but I struggle with our site structure.
We have a large site and have an app server and a web server. The pages of the site are XSL page and exist on one server. The JS, Images, LESS and CSS exist on our web server… So locally, XSL is in Drive “S” and JS/Images/LESS/CSS are on drive “T”. (our team works off a single shared development server that transforms the XSL... so we have a shared testdomain.com that we go to for our team.)
My struggle is when setting up the site within Dreamweaver, we get errors because the static files are “outside the site root”. When we preview in our browser, www.domain.com loads the XSL pages and the image references are /js /images and such respectively… but they are on separate local dev server/drives.
Is there a way to set Dreamweaver up to work properly with this? Is there something I’ve been missing?
The only option I could think of would be for us not to use a shared server, but rather have a local test server and we "get" files from there to a single local folder however we need to structure it for Dreamweaver and then it would all check back into the right spot? That is a bit more complexity that our team has wanted to manage in the past as we are design focused and not IT focused and not sure how complex it would be to get a functional local server running.
