Index: branches/unlabeled/unlabeled-1.3.4/.htaccess =================================================================== diff -u -N -r4104 -r4581 --- branches/unlabeled/unlabeled-1.3.4/.htaccess (.../.htaccess) (revision 4104) +++ branches/unlabeled/unlabeled-1.3.4/.htaccess (.../.htaccess) (revision 4581) @@ -1,9 +1,9 @@ -Options +FollowSymLinks -RewriteEngine On - -RewriteCond %{REQUEST_FILENAME} !-f -RewriteCond %{REQUEST_FILENAME}/ !-f -RewriteCond %{REQUEST_FILENAME}/index.php !-f -RewriteCond %{REQUEST_FILENAME}/index.html !-f -RewriteCond %{REQUEST_URI} !\.(gif|jpg|png) -RewriteRule ^(.*) index.php?rewrite=on&_mod_rw_url_=$1 [QSA] +Options +FollowSymLinks +RewriteEngine On + +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME}/ !-f +RewriteCond %{REQUEST_FILENAME}/index.php !-f +RewriteCond %{REQUEST_FILENAME}/index.html !-f +RewriteCond %{REQUEST_URI} !\.(gif|jpg|png) +RewriteRule ^(.*) index.php?rewrite=on&_mod_rw_url_=$1 [QSA]