Index: branches/unlabeled/unlabeled-1.3.4/.htaccess =================================================================== diff -u -N --- branches/unlabeled/unlabeled-1.3.4/.htaccess (revision 4581) +++ branches/unlabeled/unlabeled-1.3.4/.htaccess (revision 0) @@ -1,9 +0,0 @@ -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]