Files
money/public/.htaccess

5 lines
125 B
ApacheConf
Raw Normal View History

2023-06-16 00:53:21 +00:00
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [QSA,L]