DirectoryIndex index.php
Require all granted
RewriteEngine On
RewriteBase /precificai/

RewriteRule ^(?:app|config|database|docs|storage|tests)(?:/|$) - [F,L,NC]
RewriteRule ^(?:README\.md|CHANGELOG\.md|ENV-MODELO\.txt|\.gitignore)$ - [F,L,NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [QSA,L]
