This is my .htaccess file
# Redirect every request to index.php
RewriteBase /
RewriteEngine on
RewriteRule .* to public/index.php
And i’m receiving the following error in the error.log:
RewriteRule: bad flag delimiters
What’s wrong with the .htaccess file? (I just started stying mod_rewrite module).
Edit: the .htaccess file is in the site’s root.
Remove “
to“:Documentation