Re: More on Avalon site

Leo Sutic <[email protected]> Fri, 5 Nov 2004 22:35:57 +0100
Newsgroups gmane.comp.jakarta.avalon.devel
Message-ID <[email protected]>
I have this little .htaccess that I used for Commons-Attributes

RewriteEngine on
RewriteRule ^(.*) /commons/attributes/$1 [R,L]


I think a:

RewriteEngine on
RewriteRule ^index.html /index.html [L]
RewriteRule ^(.*) /closed.html [R,L]

dumped in every subdir would do the trick. That is, index.html is
unchanged, and everything else goes to close.html.

Let me know when you want this set up and I'll do it.

/LS


On Thu, 4 Nov 2004 13:02:22 -0800, hammett <[email protected]> wrote: