Aqui 2 soluciones
1. agregar
Código:
RewriteCond %{REQUEST_URI} !^/dirname/.*
2. En el directorio xxx del ejemplo desabilitar el mod_rewrite sobre escribiendo las reglas del directorio padre
Código:
<IfModule mod_dir.c>
DirectorySlash On
</IfModule>
RewriteEngine Off
Saludos...