0
我遇到了一個導致搜索結果不佳的奇怪錯誤。爲什麼使用http:// www。轉到/index.php和https:// www。纔不是?
當使用http://www時,一切有效。它顯示的index.php
但是,https://www。或的http://或https://開頭沒有顯示的index.php
這是我改寫的conf
RewriteCond %{HTTP_HOST} ^www\.domain\.com$
RewriteRule ^/?$ "https\:\/\/domain\.com\" [R=301,L]