![]() |
Problem with index.php - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: Problem with index.php (/showthread.php?tid=67810) |
Problem with index.php - nhakkari - 04-12-2017 Hello , I work on local wamp in my config I use index.php is it works, but when I put the project on ubuntu with an apache server I just access the controller by default I can no longer go in other Pages !! CodeIgniter 3 Pleaaase help RE: Problem with index.php - Diederik - 04-12-2017 Did you update the config file to set the base_url from your local dev domain to match the live domain? PHP Code: $config['base_url'] = 'https://livedomain.com/'; |