当前位置:
枪林弹雨如梦辅助官网,xiuno伪静态配置
时间:2026-06-11 17:26:51 出处:防封阅读(143)

xiuno伪静态配置
apache
1. 在网站根目录创建文件 .htaccess,静态内容如下 :
<IfModule mod_rewrite.c>RewriteEngine onRewriteCond %{REQUEST_FILENAME} !-dRewriteCond %{REQUEST_FILENAME} !-fRewriteRule ^(.*?配置枪林弹雨如梦辅助官网)([^/]*)$ $1index.php?$2[QSA,PT,L]</IfModule>RewriteEngine onRewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*?)([^/]*)$ $1index.php?$2[QSA,PT,L] RewriteEngine onRewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*?)([^/]*)$ $1index.php?$2[QSA,PT,L]
3. 清理缓存
nginx
1. 在配置文件的server节点下新增如下内容 :
location /{try_files $uri $uri/ /index.php?$args;}location /{ try_files $uri $uri/ /index.php?$args;}location /{ try_files $uri $uri/ /index.php?$args;}
2. 修改conf/conf.php,将url_rewrite_on 改成1
静态枪林弹雨游乐设备3. 清理缓存
静态枪林弹雨游乐设备内容校验完了
分享到:
温馨提示:以上内容和图片整理于网络,仅供参考,希望对您有帮助!如有侵权行为请联系删除!