question about dev site
How do i properly set up a main site and a dev site? Should they be using the same database? How do i be logged into both at the same time?
Here's my current set up
domain.com
sql: domainmain
cookie prefix: dom
dev.domain.com
sq: domaindev
cookie prefix: ddev
What should i set the cookie domain and folder to in the setting of both sites? or should i start over using the same sql server?
anyone have any other tips?
|