google-code-export / kv-webme

Automatically exported from code.google.com/p/kv-webme
1 stars 0 forks source link

Redirect 404s to page parents #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Set up a script that will be called when a 404 occurs.

This script will move up the url tree until it finds a page that does exist, 
then it will load that page and pass the other "404" pagenames to the existing 
page. For example this page:

webme.l/Blog/This-is-a-blog-post/rss/

When this page is loaded, the cms should find that only the Blog page exists 
and then load that page with the rest of the url passed on to that page so that 
it can load the correct blog post.

This feature will have many applications such as providing clean URLs for the 
the products plugin, the frontend themes repository, the forum plugin and the 
blog plugin.

Original issue reported on code.google.com by conormac...@gmail.com on 1 Jun 2011 at 3:11

GoogleCodeExporter commented 9 years ago
done, r317

Original comment by kae.verens@gmail.com on 19 Jul 2011 at 3:43