phpcms开启https后出现重定向循环或打不开的解决办法
Phpcms不支持https的解决办法,修改文件,使用https协议。 1、\phpcms\libs\functions\global.func.php 找到: $url = str_replace(array('http://','//','~'), array('~','/','htt...
PHPCMS V9伪静态规则
PHPCMS程序中已经默认包含了 apache 伪静态规则,但是如果您使用IIS则需要自己转换一次。 apache 规则 将规则放在根目录.htaccess文件中 RewriteEngineon RewriteRule ^content-(+...