简体   繁体   中英

OpenCMS - 301 redirect

Is there any easy way to configure permanent redirects (301) on openCMS? I would like to forward some of my old page urls to their new location.

Thanks

我发现UrlRewriteFilter( http://tuckey.org/urlrewrite/ )很不错,可以解决我的问题!

You can create a JSP-template which does nothing else than to send a 301 Permanent Redirect. I did that and it works.

Depending on your requirements you can put the new URL in a property or automatically modify the old URL in the JSP-template.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM