RewriteEngine On
# Use root as the base for production deployments. Adjust if the app is served from a subdirectory.
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [QSA,L]
