Page is a not externally linkable
Superman - 4:05 am on Jun 29, 2002 (gmt 0)
On second thought, your rewriterule line is messed up: RewriteRule ^.*$ http://www.valli.com[L,R] It should be: RewriteRule ^.*$ http://www.valli.com [L,R] Note the space between the URL and [L,R] I don't know if that will make a difference, as it doesn't on my server, but that could be the problem. -Superman-