FWQ
phpcms手机端如何取消伪静态
若需取消 phpcms 手机端伪静态:注释掉 include/extend.func.php 中的 import_right();修改 include/mobile.config.php 中正则表达式,允许 url 包含字母、数字、下划线和连字符;清除 statics/mobile/ 目录下的伪静态文件。 如何取消 PHPCMS 手机端伪静态 直接取消 在 include/extend.func.php 文件中找到以下代码: if(defined('IS_MOBILE') && defined('URLRULE') && URLRULE == 'html') { import_right();…