修复缩略图不显示,文章图片不显示的问题!
还原了帝国cms正常的安装路径!
修复失效的logo文件!
Nginx伪静态:
rewrite ^/dog/dog-([_0-9]*)-([_0-9]*)-([_0-9]*)-([_0-9]*)-([_0-9]*)-([_0-9]*).html$ /e/action/ListInfo.php?classid=1&ph=1&tx=$1&type=$2&td=$3&dmcd=$4&yscd=$5&page=$6;
rewrite ^/cat/cat-([_0-9]*)-([_0-9]*)-([_0-9]*)-([_0-9]*)-([_0-9]*)-([_0-9]*).html$ /e/action/ListInfo.php?classid=2&ph=1&tx=$1&mc=$2&type=$3&dmcd=$4&yscd=$5&page=$6;
apache伪静态:
RewriteEngine On
RewriteBase /
RewriteRule ^dog/dog-([_0-9]*)-([_0-9]*)-([_0-9]*)-([_0-9]*)-([_0-9]*)-([_0-9]*).html$ /e/action/ListInfo.php?classid=1&ph=1&tx=$1&type=$2&td=$3&dmcd=$4&yscd=$5&page=$6;
RewriteRule ^cat/cat-([_0-9]*)-([_0-9]*)-([_0-9]*)-([_0-9]*)-([_0-9]*)-([_0-9]*).html$ /e/action/ListInfo.php?classid=2&ph=1&tx=$1&mc=$2&type=$3&dmcd=$4&yscd=$5&page=$6;
预览图
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容