Welcome Guest, Not a member yet? Register   Sign In
Make CodeIgniter work behind apache with nginx as intermediary
#2

(This post was last modified: 08-02-2017, 05:28 PM by natanfelles. Edit Reason: ;) )

If you can see the CodeIgniter 404 it looks that you need configure your Base URL.

PHP Code:
$config['base_url'] = $_SERVER['HTTP_HOST'] == '10.20.30.40' 'http://10.20.30.40/ci/' 'http://www.subdomain.company.xxx/ci/'
Reply


Messages In This Thread
RE: Make CodeIgniter work behind apache with nginx as intermediary - by natanfelles - 08-02-2017, 05:23 PM



Theme © iAndrew 2016 - Forum software by © MyBB