Skip to content

A fix to the issue in CodeIgniter 3.0.3 when working in localhost and $config['base_url'] doesn't work

Notifications You must be signed in to change notification settings

aarongarciah/CodeIgniter-3-BaseUrl-Fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

CodeIgniter 3.0.3 base_url Fix

A fix to the issue in CodeIgniter 3.0.3 when working in localhost and the $config['base_url'] is wrong.

How to

Download the MY_Config.php file and put it into the application/core folder of your CodeIgniter project.

Important

If you've set in your config file application/congif/config.php another value than "MY_" in the $config['subclass_prefix'] option, change the name of MY_Config.php replacing "MY_" with your value.

Example:

$config['subclass_prefix'] = 'CUSTOM_';
MY_Config.php => CUSTOM_Config.php

About

A fix to the issue in CodeIgniter 3.0.3 when working in localhost and $config['base_url'] doesn't work

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages