Files
money/public/.htaccess
2023-06-16 00:53:21 +00:00

5 lines
125 B
ApacheConf

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [QSA,L]