mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-08-19 11:19:02 +00:00
8 lines
264 B
ApacheConf
8 lines
264 B
ApacheConf
<ifModule mod_rewrite.c>
|
|
Options +FollowSymlinks -Multiviews
|
|
RewriteEngine On
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
|
|
RewriteEngine on RewriteCond % !^$
|
|
</ifModule> |