I'm wearing the Uniform S erver, which is a portable server, and is already with mod_rewrite active and even then my htaccess file returns forbidden.
file:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
What's wrong?