Home
TeamSite
non-existing page redirect in livesite
jaewoong123
how can I redirect non-existing page in livesite?
I am trying to redirect non-existing page in runtime to another url. When a page is not existing in runtime, error page is passed prior to pre/post-controller. Instead of error page, I would like to re-direct to another page.
Or how can I get source url prior to error page to redirect?
We have about 150 url to redirect to 150 different url. At this point, only option is tuckey plugin.
Livesite 7.1/tomcat/linux
Find more posts tagged with
Comments
Rick Poulin
Ideally, you'd make those redirects in the Apache web server which I hope is sitting in front of your runtime instance. Otherwise, tuckey might be your best option for that volume. The LiveSite way would be to register 'aliases' in your sitemap on the page nodes that are the target of the redirects you want, but that might be cumbersome to manage manually for 150+ redirects.