解决Destoon伪静态后企业主页可以打开导航打不开问题!
这个问题困扰我很久了 官方论坛也没人给出个答复
很痛苦 把整个论坛差不多翻遍了 都没找出个答案了 !很悲剧
!今天又想解决问题了 又去翻论坛 突然看到一个人的帖子 好像解决问题了
但是帖子被删了 没办法 看他资料 找到他网站了 然后加客服QQ 应该一般都是本人的!
果然是本人 问了半天说了一句!NND 太叼了 这种人 鄙视啊!
给我发了个他论坛我注册了 翻了半天也没有 问他 那2B 一句话都不说了!
奶的 哥这次 仔细看了公司页面 发现一点企业的路经问题 有两个选项
官方没表示伪静态 一定改这里 悲剧啊 !
分享出来
后台 系统维护—网站设置—-seo优化—泛解析绑定目录 选择company/目录
下面的伪静态 代码
[ISAPI_Rewrite]
# Destoon B2B www.destoon.com
# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
# Protect httpd.ini and httpd.parse.errors files
# from accessing through HTTP
RewriteRule ^(.*)\.(asp|aspx|asa|asax|dll|jsp|cgi|fcgi|pl)(.*)$ /404\.php
RewriteRule ^(.*)/file/(.*)\.php(.*)$ /404\.php
RewriteRule ^(.*)-htm-(.*)$ $1\.php\?$2
RewriteRule ^(.*)/show-([0-9]+)([\-])?([0-9]+)?\.html$ $1/show\.php\?itemid=$2&page=$4
RewriteRule ^(.*)/list-([0-9]+)([\-])?([0-9]+)?\.html$ $1/list\.php\?catid=$2&page=$4
RewriteRule ^(.*)/show/([0-9]+)/([0-9]+)?([/])?$ $1/show\.php\?itemid=$2&page=$3
RewriteRule ^(.*)/list/([0-9]+)/([0-9]+)?([/])?$ $1/list\.php\?catid=$2&page=$3
RewriteRule ^(.*)/([A-za-z0-9_\-]+)-c([0-9]+)-([0-9]+)\.html$ $1/list\.php\?catid=$3&page=$4
RewriteRule ^(.*)/com/([a-z0-9_\-]+)/([a-z]+)/(.*)\.html$ $1/index\.php\?homepage=$2&file=$3&rewrite=$4
RewriteRule ^(.*)/com/([a-z0-9_\-]+)/([a-z]+)([/])?$ $1/index\.php\?homepage=$2&file=$3
RewriteRule ^(.*)/com/([a-z0-9_\-]+)([/])?$ $1/index\.php\?homepage=$2
RewriteRule ^(.*)/([a-z]+)/(.*)\.shtml$ $1/$2/index\.php\?rewrite=$3