Dreamweaver - Testing Server
- Started
- Last post
- 6 Responses
- IanHalliday
Hello, random Q...
If I have a site configured in Dreamweaver (2004) and have both a testing server and remote server configured, how can I force it to upload to the local testing server without trying to connect to the remote server?
Cheers!
- IanHalliday0
Any takers :P ?
- Kevin_Sweeney0
there should be a way to set it up so when you preview in browser, its previewing from localhost, and when it does that, the file should be automatically saved to your htdocs folder (if you're running apache, i forget the folder name for iis)
- UndoUndo0
set yr testing folder to upload to http//localhost/yrpathtofiles
and that should do it!
[php solution]
- IanHalliday0
Thanks guys, but thats allready the case (i'm using apache). Its just that when i preview in browser it doesn't allways update the testing server?
Get me?
- UndoUndo0
are your development files on the testing server? are you testing by pressing F12?
- IanHalliday0
yes, when i test by pressing F12 it should in theory send files to my (local) testing server. However it doesnt seem to do this everytime, especially if i have only made a small css change or something similar. Tried using a different browser so its not browser cache. Any ideas?
Thanks!