0
這裏的規則:我的.htaccess的rewrite不工作
#RULE REDIRECTQUESTIONSURL9
RewriteCond %{REQUEST_METHOD} !^POST$
RewriteCond %{QUERY_STRING} ^scid=9
RewriteCond %{THE_REQUEST} questions.php
RewriteRule ^questions\.php$ /general-knowledge_questions-answers_national-famous-day-0 [R,L,QSD]
這些類型的鏈接不工作
> http://www.example.com/questions.php?scid=6
> http://www.example.com/questions.php?scid=8
仍然沒有工作 – Sdtechi
它是一個POST或GET請求?你是否在使用方法發佈表單?另外'RewriteCond%{THE_REQUEST} questions.php'不需要'RewriteRule'已經包含頁面。 – chris85
我的php頁面:http://textuploader.com/5clxk我的htaccess:http://txt.do/5clxp – Sdtechi