Welcome Guest, Not a member yet? Register   Sign In
URL Problems with tutorial
#1

[eluser]mtuller[/eluser]
I have looked all over, and I can figure out where I went wrong in the tutorial. When I create links, the URL becomes ....index.php/index.php/blog/.... I shouldn't have the extra index.php. Where do I change that?


Mike
#2

[eluser]Derek Allard[/eluser]
Mike, in config/config.php, what do your $config['base_url'] and $config['index_page'] look like?
#3

[eluser]mtuller[/eluser]
Here is what I have:


$config['base_url'] = "";


$config['index_page'] = "index.php";
#4

[eluser]Derek Allard[/eluser]
OK, you're very close. Change
Code:
$config['base_url'] = "";
to
Code:
$config['base_url'] = "http://yoursite.com/";
if you are doing this on your local machine, that will almost certainly be
Code:
$config['base_url'] = "http://localhost/";
#5

[eluser]mtuller[/eluser]
Thanks. That took care of it.
#6

[eluser]Derek Allard[/eluser]
My pleasure.

Welcome to CI!




Theme © iAndrew 2016 - Forum software by © MyBB