YAGS/web/.htaccess
2023-09-09 13:58:11 +02:00

4 lines
104 B
ApacheConf

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