cxhxy/public/.htaccess
test_service d3170b4d1c 1
2023-12-01 15:43:29 +08:00

8 lines
223 B
ApacheConf
Executable File

<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
</IfModule>