0
I’m wearing the Uniform S erver, which is a portable server, and already has mod_rewrite active and even then my htaccess file returns Forbidden.
filing cabinet:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
What is wrong?
If you remove . htaccess the error continues?
– Guilherme Nascimento