Confirming if our development subdomain (duplicate WP site) is working
I followed the guide here:
https://www.inmotionhosting.com/support/website/wordpress/duplicate-wordpress-site-for-testing
I added a subdomain dev.projectorquest.com and copied the files over. Exported the original database, created a new database, and imported the database there. I also updated the wp-config.php and wp_options table for the subdomain. However when I visit dev.projectorquest.com it still seems to just redirect to the main projectorquest.com site. Can you see what I might have done wrong here?
I want some way of determining when I'm on the development site that it actually is the development site and not production. Can I add a PHP Echo statement in one of the dev files somewhere to indicate it? Or something else? Right now when you go to dev.projectorquest.com the URL just shows projectorquest.com so I'm uncertain what I'm seeing there.
https://www.inmotionhosting.com/support/website/wordpress/duplicate-wordpress-site-for-testing
I added a subdomain dev.projectorquest.com and copied the files over. Exported the original database, created a new database, and imported the database there. I also updated the wp-config.php and wp_options table for the subdomain. However when I visit dev.projectorquest.com it still seems to just redirect to the main projectorquest.com site. Can you see what I might have done wrong here?
I want some way of determining when I'm on the development site that it actually is the development site and not production. Can I add a PHP Echo statement in one of the dev files somewhere to indicate it? Or something else? Right now when you go to dev.projectorquest.com the URL just shows projectorquest.com so I'm uncertain what I'm seeing there.