Quote:
Originally Posted by Validus
Maybe. It's a mess. We have a production site, say example.com and we have a test site beta.example.com. Since the change, somewhat randomly, the production site started linking to the test site. We password protected beta.example.com to ensure users don't end up in our test environment, but now real users are getting the username / password prompt.
|
You definitely have problem with URL rewrites :D I suggest you to google for "convert apache regex to nginx" which automatically convert apache htaccess content to nginx regex. If it does not work with first converter tool , try with second. And also manually check converted content as well.