Welcome Guest, Not a member yet? Register   Sign In
Redirect Quirks
#1

[eluser]Unknown[/eluser]
I have:
Code:
redirect('items/');

However, when I'm getting sent to just
Quote:http://localhost:8888/CodeIgniter_2.0.1/items

Which breaks all the links on the page...

If I redirect to
Code:
redirect('items/index');
it will work.. but I don't want /index I just want /




Theme © iAndrew 2016 - Forum software by © MyBB