1
0
mirror of https://gitee.com/zhc02/timely_service.git synced 2025-06-17 10:55:24 +08:00
This commit is contained in:
白鹄 2020-03-11 23:56:03 +08:00
parent 78f1c9314b
commit 2fdf825cee

8
public/.htaccess Normal file
View File

@ -0,0 +1,8 @@
<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]
</IfModule>