Welcome Guest, Not a member yet? Register   Sign In
Problem with base_url()
#1

Hello guys,

I'm working on a new project, and I got a real problem ( I didn't do codeigniter/php since a long time)

I wan't to use base_url() in my view to redirect on another page, so i'm doing like this :
                            <li class="nav-main-item">
                                <a class="nav-main-link" href="<?= base_url('formulaire/inscription')?>">
                                    <span class="nav-main-link-name">Demande de compte</span>
                                </a>
                            </li>

But it's not working, it's only working if I put index.php in first.
In config.php I have:
$config['base_url'] = 'http://localhost/multi/';
$config['index_page'] = '';

I tried to change my htacces but it's not working...
Can you help me ?
Thanks
Reply


Messages In This Thread
Problem with base_url() - by TASOUNAyy - 06-29-2019, 10:52 AM
RE: Problem with base_url() - by InsiteFX - 06-29-2019, 12:08 PM
RE: Problem with base_url() - by TASOUNAyy - 06-29-2019, 12:20 PM
RE: Problem with base_url() - by InsiteFX - 06-29-2019, 04:56 PM
RE: Problem with base_url() - by anthonykusuma - 06-29-2019, 06:04 PM
RE: Problem with base_url() - by TASOUNAyy - 06-30-2019, 08:14 AM
RE: Problem with base_url() - by InsiteFX - 06-30-2019, 02:58 PM
RE: Problem with base_url() - by TASOUNAyy - 07-01-2019, 04:22 AM
RE: Problem with base_url() - by InsiteFX - 07-02-2019, 03:12 AM
RE: Problem with base_url() - by TASOUNAyy - 07-02-2019, 03:57 AM
RE: Problem with base_url() - by InsiteFX - 07-02-2019, 08:29 AM
RE: Problem with base_url() - by TASOUNAyy - 07-03-2019, 08:04 AM
RE: Problem with base_url() - by InsiteFX - 07-03-2019, 04:44 PM
RE: Problem with base_url() - by TASOUNAyy - 07-03-2019, 05:16 PM
RE: Problem with base_url() - by InsiteFX - 07-04-2019, 04:06 AM
RE: Problem with base_url() - by TASOUNAyy - 07-04-2019, 07:34 AM
RE: Problem with base_url() - by mightyted - 07-04-2019, 07:48 AM
RE: Problem with base_url() - by InsiteFX - 07-04-2019, 08:20 AM
RE: Problem with base_url() - by TASOUNAyy - 07-05-2019, 12:49 AM
RE: Problem with base_url() - by InsiteFX - 07-05-2019, 04:32 AM
RE: Problem with base_url() - by TASOUNAyy - 07-05-2019, 04:18 PM
RE: Problem with base_url() - by InsiteFX - 07-06-2019, 02:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB