Page 1 of 1
clean URLs and Redirect()
Posted: Mon Nov 27, 2006 10:04 pm
by markr
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
Re: clean URLs and Redirect()
Posted: Fri Apr 18, 2008 10:47 am
by s7orm
I am experiencing the same problem - is there any way, that Redirect() outputs pretty URLs
Re: clean URLs and Redirect()
Posted: Fri Apr 18, 2008 2:35 pm
by Ted
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().