My mod_rewrite rules broke yesterday and all pages are giving me a 404 error. I'm not very good with .htaccess rules so I need some help, my app entrypoint is in www/folder1/folder2/index.php.
Here is my current .htaccess script:
<IfModule mod_rewrite.c>
RewriteEngine On
# !IMPORTANT! Set your...