Hi!
Saturday, October 13, 2001, 4:18:56 PM, you wrote:
> Does anyone know how to configure Apache's mod_rewrite to
> translate an URI like /space/xxx to
> /vanilla.r?selector=display&snip=xxx, just like
> www.langreiter.com?
RewriteEngine on
RewriteMap amp int:unescape
RewriteRule ^/space/(.*) /vanilla.r?selector=display&snip=$1 [PT]
[usual no warranty disclaimer ;]
--
Best regards,
Earl mailto:
earl.walker@...