jgmize / mozorg-env

Mozilla Public License 2.0
0 stars 0 forks source link

PHP redirects to empty server_name #2

Closed jgmize closed 9 years ago

jgmize commented 9 years ago

The default server_name in mozilla.com/includes/config.inc.php-dist is blank, resulting in an incorrect redirect in the local environment (e.g. / -> http:///en-US/) because we aren't changing it to "mozilla.local" automatically or documenting that it needs to be done. @pmclanahan originally ran into this issue while testing and I've replicated it locally. Problem goes away when I manually updated the server_name.

jgmize commented 9 years ago

@pmclanahan would you mind making the edit documented in the commit above and test locally?