File: .htaccess - Tab length: 1 2 4 8 - Lines: on off - No wrap: on off

1: Options +FollowSymlinks
2: Options -Indexes
3: 
4: RewriteEngine on
5: RewriteCond %{REQUEST_URI} !^/rblog/index.php
6: RewriteRule ^(.*)$ /rblog/index.php?_url=$1 [QSA,L]