amigo ferny sigue sin funcionar... aqui te dejo mi .htaccess para que veas si esta bien o mal.
Código:
<FilesMatch "\.(inc|tpl|h|ihtml|sql|ini|conf|class|bin|spd|theme|module)$">
deny from all
</FilesMatch>
<Limit GET PUT POST>
Order Allow,Deny
Allow from all
</Limit>
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/index.php$
RewriteCond %{REQUEST_URI} !^/index$
RewriteCond %{REQUEST_URI} !^/$
RewriteRule ^index index.php
RewriteRule ^/?([^/]*\?|[^\./]*)*$ usuarios.php?veruser=$1
espero que teniendo estos datos si pueda salir