# The generated files were put in dist/, but we want them here. The
# Makefile still needs to be changed, but I've manually moved all
# files up one directory. That means we need redirects for the no
# existing files in dist...
#
# Author: Bert Bos
# Created: 6 Feb 2002
# Modified: $Date: 2002/02/06 19:16:16 $

RewriteEngine on

# Remove the /afs/w3.org/pub/WWW that the global config has already
# inserted before the path, because we are not really rewriting, but
# redirecting via HTTP.
#
RewriteBase	/Style/CSS/Test/CSS3/Selectors/20020115

# Remove the "/dist/" from the path
#
RewriteRule	^dist(/(.*))$	./$2	[R=permanent,L]

