Page is a not externally linkable
- Code, Content, and Presentation
-- Content Management
---- 301 redirect via OpenCms/7.5.4


ergophobe - 3:15 am on Dec 7, 2011 (gmt 0)


it makes most sense to do this in your httpd.conf or .htaccess using mod_rewrite (i.e. at the server level, rather than at the CMS level)

RewriteEngine On
RewriteRule ^index.html$ [website.com...] [R,301]


Thread source:: http://www.webmasterworld.com/content_management/4395001.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com