伪静态配置
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?s=/$1 [QSA,PT,L]
</IfModule>
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
location ~* ^/(Logic|vendor)/ {
return 302 /;
}
¥399
包含完整功能和技术支持
Copyright © 2023 - 2025 canscode. All Rights Reserved. api.dwo.cc 版权所有