2021-12-07 18:14:38 +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?s=/$1 [QSA,PT,L]
|
2022-01-17 10:38:53 +08:00
|
|
|
|
#<23><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
2021-12-20 10:14:32 +08:00
|
|
|
|
SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0
|
2021-11-24 14:41:24 +08:00
|
|
|
|
</IfModule>
|