I have to modify a project . I get the code . This application is developed in codeigniter.when i copy this project to localhost and hit the url : localhost/project This url redirect my website from local to www.laundruae.con I have made the following modifications in config, route and htaccess but issue remains same.
-i set base_url ='' in config.php
-i set default_controller = '' in route.php
base_url
with your website link$config['base_url'] = 'http://www.laundruae.con/';
url
in config/autoload.php
$autoload['helper'] = array('url');
route.php