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:

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to