Welcome Guest, Not a member yet? Register   Sign In
.htaccess on an https server
#2

The baseurl should have a trailing slash:

`$config['base_url'] = 'http://localhost/codeigniter/';`

use absolute path on production like this: `'http://school_server.com/codeigniter/';`
Reply


Messages In This Thread
.htaccess on an https server - by goobydale - 04-12-2021, 11:14 AM
RE: .htaccess on an https server - by josephgodwinke - 04-12-2021, 02:59 PM



Theme © iAndrew 2016 - Forum software by © MyBB