routes not working |
[eluser]Thorpe Obazee[/eluser]
Try set your routing to lowercase Code: $route['info'] = 'homepage/info'; Code: <?= anchor('info','Information');?>
[eluser]learning_php[/eluser]
Hi, I have tried both with the same error? Thanks
[eluser]Thorpe Obazee[/eluser]
ermm.. you post too fast ![]() Try the second one Code: <?= anchor('info','Information');?>
[eluser]learning_php[/eluser]
Hi, sorry i have my link now set to Code: <li><?= anchor('info','Information');?></li> Code: $route['info'] = "homepage/Info";
[eluser]Thorpe Obazee[/eluser]
It probably is. Can you confirm that homepage/info does exist or doesn't throw a 404 when you browse homepage/info?
[eluser]learning_php[/eluser]
Hi, if i go towww.wesayido.co.uk/homepage/infoif i go to i get a 404 but http://www.wesayido.co.uk/index.php/homepage/info/index i get the page.
[eluser]Thorpe Obazee[/eluser]
http://www.wesayido.co.uk/index.php/homepage/info http://www.wesayido.co.uk/index.php/homepage/info/index both work you forgot to put index.php on the first link. I'm getting weird vibes on this thing ![]()
[eluser]learning_php[/eluser]
Hi, I got it working on my localhost re-uploaded to the server and now when i click any link the url is correct but is displays the homepage?www.wesayido.co.uk |
Welcome Guest, Not a member yet? Register Sign In |