Index: branches/5.0.x/tools/.htaccess =================================================================== diff -u -r12175 -r12258 --- branches/5.0.x/tools/.htaccess (.../.htaccess) (revision 12175) +++ branches/5.0.x/tools/.htaccess (.../.htaccess) (revision 12258) @@ -1,3 +1,5 @@ +###### Search Engine Friendly URLs ###### + # Uncomment line below if FollowSymLinks option is not enabled by default in server configuration #Options +FollowSymLinks RewriteEngine On @@ -10,7 +12,19 @@ RewriteCond %{REQUEST_URI} !\.(gif|jpg|png|js|css|ico|swf)$ [NC] RewriteRule ^(.*) index.php?rewrite=on&_mod_rw_url_=$1 [QSA] + +###### Security ###### order allow,deny deny from all - \ No newline at end of file + + + + order allow,deny + deny from all + + + + order allow,deny + deny from all +