Making Dev Site On Nginx
-
Hi,
It seems like I have set up the Nginx sites properly and I am able to go to my main site perfectly. Now I want to copy that site to a dev version to test changes before making them live. I have copied the Mysql database to include _dev in the name. I have copied the server URL to include _dev and copied the WP directories into that location.
Logically, all should work, but I am getting a redirect_to placed after wp-login.php
Also, if I am logged into the regular site and enter the _dev URL, it pulls up the regular site instead of _dev.
I have changed siteurl and home in the dev wp_options table. What am I missing in order to be able to set this up as a completely separate instance (no multisite)?
- The topic ‘Making Dev Site On Nginx’ is closed to new replies.