I need to change the URL of a site in Codigniter, in the root of the site: "public_html" has the "application" folder of the Framework and has the folder: "site_novo" that is where the current site is.
When you open the domain of the site it directs you to the folder of the new site ... thus: www.meudomio.com.br/site_novo
* What file do I change within the Codeigniter folder structure to change this index URL? For example, if I want to change the folder name (site_novo) to another folder, the redirect will always play to the old name ...
Editing $config['base_url']
has no effect:
The site continues to be directed to: www.dominio.com.br/site_novo