this makes sense. velvet blue will save quite a bit of time. thanks.
I have another workflow question you might be able to answer…
I setup all my client sites in this format [htdocs/client_com] and use the URL “https://localhost/client_com/” for developing. however, this forces me to use absolute paths for navigation as wordpress is looking in the root [htdocs/].
I want to set it up so that I can use the relative paths in my wordpress/php files (i.e. “/” for home, “/blog” for blog page, etc..), but maintain my development server structure. This isn’t a huge issue, but it would make the file management/going live process a bit easier.
I’m curious if there is an easy workaround. If you have any advice, I’d love to hear it.
Thanks!