0
一切正常的所有網址像/mydomain/<controller>/
通常重定向到/mydomain/<controller>/<index>
。CakePhp 2.0奇怪的重定向
除了一個人,/mydomain/users
它不會重定向(讀改寫),以/mydomain/users/index
但/mydomain/app/webroot/users
爲什麼?
一切正常的所有網址像/mydomain/<controller>/
通常重定向到/mydomain/<controller>/<index>
。CakePhp 2.0奇怪的重定向
除了一個人,/mydomain/users
它不會重定向(讀改寫),以/mydomain/users/index
但/mydomain/app/webroot/users
爲什麼?
很簡單: 在webroot目錄中有一個名爲users的文件夾。 刪除它,它又回來了。
既然你使用了兩個術語 - 你說的是重定向還是url重寫? – AD7six