VanguardAI/public/.htaccess
2024-10-27 12:50:51 -06:00

8 lines
142 B
ApacheConf

ReWriteEngine On
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^ index.php [L]