Hi all, I'm using Dreamweaver 8 and I'd like to set up Dreamweaver sites according to best practices. Here is how the home page environments are set up.
Production: Test: intra.sitename.com/foldername/index.cfm
Development: localhost:8500/clientname/sitename/foldername/index.cfm
How do I set up my Dreamweaver sites? The folder structure for PROD and TEST will match, but DEV will not match those two. I'd like to be able to develop in DEV without automatically pushing the files to TEST until I'm ready, and then not push the files to PROD until I'm ready. Yet, I'd like to have only one copy of the files instead of three sites, if possible.
I'm using ColdFusion so I can code any conditions into the base template as needed.
How is everyone else doing this? Is there a "best practices" for this written down somewhere? Thanks for all of your help and advice.
Production: Test: intra.sitename.com/foldername/index.cfm
Development: localhost:8500/clientname/sitename/foldername/index.cfm
How do I set up my Dreamweaver sites? The folder structure for PROD and TEST will match, but DEV will not match those two. I'd like to be able to develop in DEV without automatically pushing the files to TEST until I'm ready, and then not push the files to PROD until I'm ready. Yet, I'd like to have only one copy of the files instead of three sites, if possible.
I'm using ColdFusion so I can code any conditions into the base template as needed.
How is everyone else doing this? Is there a "best practices" for this written down somewhere? Thanks for all of your help and advice.