I spoke too fast, the solution I commented here it didn't work for all the subdirectories, even though I tried:
RewriteCond %{REQUEST_URI} !/places/second/index.php$,
RewriteCond %{REQUEST_URI} !/places/second/.*$,
RewriteCond %{REQUEST_URI} !/var/drupal_root/places/second/index.php$
and
RewriteCond %{REQUEST_URI} !/var/drupal_root/places/second/.*$ as it says in the .htaccess itself....
any tips?
thanks

Comments

Andrés Chandía created an issue. See original summary.

Andrés Chandía’s picture

Status: Active » Fixed

It finally worked, the strange thing is that I have checked this the previous time and it didn't work but now all goes well, this is the line I'm using
RewriteCond %{REQUEST_URI} !/places/.*$
I have also tested successfully:
RewriteCond %{REQUEST_URI} !/places/fisrt/.*$
RewriteCond %{REQUEST_URI} !/places/second/.*$
but these are not necessary if you apply it at "places"

Thanks

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.