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