聯系官方銷售客服
1835022288
028-61286886
一個泛濫域名偽靜態問題。
#會員管理頁面設置
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 內容問題,訪問永遠說找不到頁面!
求各位大神求教下,錢不多。求個舉手之勞
好像xunrui不是這么寫的,后臺可以生成的
兄弟你這是在根目錄.htaccess中設置的吧。
建議你在/config/rewrite.php中設置解析規則
案例:
建議采納
參考/config/rewrite.php的規則
/config/rewrite.php
搞定沒有