phpcms手机端如何取消伪静态
时间:2024-5-7 10:01 作者:emer 分类: 无
若需取消 phpcms 手机端伪静态:注释掉 include/extend.func.php 中的 import_right();修改 include/mobile.config.php 中正则表达式,允许 url 包含字母、数字、下划线和连字符;清除 statics/mobile/ 目录下的伪静态文件。
时间:2024-5-7 10:01 作者:emer 分类: 无
若需取消 phpcms 手机端伪静态:注释掉 include/extend.func.php 中的 import_right();修改 include/mobile.config.php 中正则表达式,允许 url 包含字母、数字、下划线和连字符;清除 statics/mobile/ 目录下的伪静态文件。