Welcome Guest, Not a member yet? Register   Sign In
Different URI segments because subfolder?
#8

(07-14-2017, 03:53 AM)salain Wrote: Did you set the bases_url in your config file to include your subfolder ?


Code:
$config['base_url']= 'http://xyz.hospedagemdesites.ws/HOMOLOGACAO/';

Good morning, yes, I believe my base_url is correct, specially because I'm doing all the configs the same way I always did.

I added $this->config->config['base_url'] in var_dump() at very top of routes.php and got:

Code:
string(52) "http://xyz.hospedagemdesites.ws/HOMOLOGACAO/"

* * *

For today, I'm gonna create another subfolder, like MYSUBFOLDER along/sibling with the HOMOLOGACAO subfolder, then upload and configure a 100% fresh CI instalation, same version 3.0.6 with a single test controller to see what happens.

I'm still apreciate any help or suggestions, thank you.
Reply


Messages In This Thread
RE: Different URI segments because subfolder? - by fmertins - 07-14-2017, 05:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB