At http://wiki.cmsmadesimple.org/index.php ... clean_URLs, Elijah Lofgren wrote a useful tutorial how to implement pretty URL's. One thing I couldn't figure out: how to deal with $this->Redirect(). Is there an easy way to make them clean as well?
Thanks,
Mark
clean URLs and Redirect()
Re: clean URLs and Redirect()
I am experiencing the same problem - is there any way, that Redirect() outputs pretty URLs
Re: clean URLs and Redirect()
No, sorry, there really isn't. The only real workaround would be to check config for whether pretty urls are on, and if so, do a regular redirect() as opposed to the $this->Redirect().