Files
api_educa_controle_web/.htaccess
2023-07-28 08:50:11 -03:00

6 lines
140 B
ApacheConf

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [L,QSA]