clean URLs and Redirect()

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
markr
New Member
New Member
Posts: 5
Joined: Mon Nov 27, 2006 2:18 pm

clean URLs and Redirect()

Post 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
s7orm
New Member
New Member
Posts: 8
Joined: Tue Mar 18, 2008 11:09 am

Re: clean URLs and Redirect()

Post by s7orm »

I am experiencing the same problem - is there any way, that Redirect() outputs pretty URLs
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: clean URLs and Redirect()

Post 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().
Post Reply

Return to “Modules/Add-Ons”