Page is a not externally linkable
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]