Monday, August 2, 2010

URL shortener - any way to not redirect but display specific page?

I am using a URL shortener controller which can take a URL such as:

http://mysite/this-is-a-sample-page-23.html

and redirect to another page like:

http://mysite/controller/action/23

Any way to have it effectively go to that page, but keep the initial
url with the ".html" in it?

Thanks!

By the way I am using CakePHP 1.3.2

Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.

You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

No comments: