Welcome Guest, Not a member yet? Register   Sign In
Base Url doesnt work?
#1

[eluser]Unknown[/eluser]
Hi,

When I create a link using the anchor function it adds '/s' at the end of the link.

What I get:
http://localhost:8080/project/s/login
What I should get:
http://localhost:8080/project/login

This is not only with an anchor, also with form_open, redirect etc.

My base_url in the config file is:
$config['base_url'] = "http://localhost:8080/project/";

Does anyone know a solution ?

Thanks in advance,
Paul du Long
#2

[eluser]jedd[/eluser]
What is your $config['index_page'] = set to in config.php?

Do you have anything interesting going on in .htaccess?




Theme © iAndrew 2016 - Forum software by © MyBB