联系官方销售客服

1835022288

028-61286886

求助 版主:论坛审计组
一个泛滥域名伪静态问题 会员管理页面设置RewriteCond
类型:迅睿CMS 更新时间:2020-01-06 11:53:45

一个泛滥域名伪静态问题。


#会员管理页面设置

RewriteCond %{HTTP_HOST} ^[a-z0-9\-_]+\.xx\.com$  

RewriteCond %{HTTP_HOST} !^(qiye|bbs)\.xxx\.com$  

RewriteRule ^/?$ /%{HTTP_HOST} 

RewriteRule ^/user_([a-z0-9\-_]+)\.xxx\.com/?$ /index.php?c=show&id=$1  

RewriteCond %{QUERY_STRING} ^(.*)$

RewriteRule ^company-([a-z0-9\-_]+)\.html$ index.php?s=hy&c=show&uid=$1 <----  这条怎么都不能实现  compan 内容问题,访问永远说找不到页面!


 求各位大神求教下,钱不多。求个举手之劳


回帖
  • 张明宇
    #1楼    张明宇
    2019-12-19 20:48:36
    Chrome 0
    好像xunrui不是这么写的,后台可以生成的
  • 唉呦喂
    #2楼    唉呦喂
    2019-12-20 23:36:20
    Chrome 0
    兄弟你这是在根目录.htaccess中设置的吧。建议你在/config/rewrite.php中设置解析规则 案例:
    "mmm-video-xxx.html" => "index.php?s=member&app=video&c=home&m=index",
    ********此内容需要回复后才能看到********
    建议采纳
  • 954484746
    #3楼    954484746
    2019-12-24 11:43:28
    红米手机 0
    参考/config/rewrite.php的规则
  • wzwlqq
    #4楼    wzwlqq
    2020-01-03 07:18:28
    Chrome 0
    /config/rewrite.php
  • 125762285
    #5楼    125762285
    2020-01-06 11:53:45
    Chrome 0
    搞定没有