[ic] Redirection of domain name

Rene Hertell interchange-users@icdevgroup.org
Thu Mar 6 07:32:00 2003


> > Each directory that should not be rewrited has to have an own line:
> >
> > RewriteRule ^/images/.*        -     [PT,L]
> > RewriteRule ^/interchange/.*   -     [PT,L]
> > RewriteRule ^/interchange-5/.* -     [PT,L]
> >
> > that skips the rewrite-rule for all directories underneath the /images
> > directory
> >
> > Rene
>
> Thank you
>

Please do not top-post.

You're welcome. This redirect-stuff is really nice, actually really easy to
maintain. This should also work from the .htaccess file, but because of a
minor bug in the apache rewrite-module, this is not possible on my host's
machine.


Rene