mirror of
https://gitee.com/zhc02/timely_service.git
synced 2025-06-17 10:55:24 +08:00
1
This commit is contained in:
parent
78f1c9314b
commit
2fdf825cee
8
public/.htaccess
Normal file
8
public/.htaccess
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user