chaoyu/public/.htaccess.bak

9 lines
294 B
ApacheConf
Raw Normal View History

2022-09-16 11:44:40 +08:00
<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !^(.*)\.(gif|jpg|jpeg|png|swf|mp4)$ [NC]
RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
</IfModule>