Welcome Guest, Not a member yet? Register   Sign In
redirect() leaves off trailing slash - affecting cache / delete of cache file.
#1

[eluser]internut[/eluser]
I'm using the cache feature within an admin area.

If data is updated I remove the cache file so the new data is presented.

The redirect code even if i have a trailing slash in it never is present on the redirect:

Code:
redirect('/admin/forms/manage/' . $form_id . '/');

returns to:

/index.php?/admin/forms/manage/176

and not:

/index.php?/admin/forms/manage/176/

Thoughts?

J


Messages In This Thread
redirect() leaves off trailing slash - affecting cache / delete of cache file. - by El Forum - 07-08-2011, 09:27 PM



Theme © iAndrew 2016 - Forum software by © MyBB