Why is my ENVIRONMENT constant, "development" if my codeigniter app is online? |
Look at index.php file in your webroot directory. Env variable passing from webserver (apatche, nginx etc). Or you can define it manual...
also you may visit this page https://www.codeigniter.com/user_guide/g...ments.html |
Messages In This Thread |
Why is my ENVIRONMENT constant, "development" if my codeigniter app is online? - by desbest - 01-16-2018, 01:18 PM
RE: Why is my ENVIRONMENT constant, "development" if my codeigniter app is online? - by Elias - 01-16-2018, 01:34 PM
RE: Why is my ENVIRONMENT constant, "development" if my codeigniter app is o... - by desbest - 01-16-2018, 01:46 PM
RE: Why is my ENVIRONMENT constant, "development" if my codeigniter app is o... - by dave friend - 01-16-2018, 02:59 PM
|