huli0401/worktime/master/.htaccess
RewriteEngine on RewriteBase / RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] RewriteRule ^api/(.*)$ /api/index.php?%{REQUEST_URI} [L,QSA] RewriteRule ^(.*) index.php [NC,L]