Forum Moderators: phranque
Options -Indexes
Options +FollowSymLinks
DirectoryIndex /drupal/index.php
RewriteEngine On
RewriteRule ^django - [L,QSA]
RewriteRule ^ncc1701 - [L,QSA]
RewriteRule ^(sites/.*)$ drupal/$1 [L,QSA]
RewriteRule ^(.*)$ /drupal/index.php?q=$1 [QSA]
I thought the L flag on the first RewriteRule would just skip the rest of the rules? Are not the rules processed in the order I give them?