我知道为什么我的所有重定向工作除了最后一个之外? ' ave尝试重定向永久但同样的问题。
非常感谢,
SetEnv PHP_VER 5_3
SetEnv REGISTER_GLOBALS 0
ErrorDocument 404 /index.html
ErrorDocument 403 http://www.mydomain.lu
Redirect 301 /biographie-/ http://www.mydomain.lu/biographie.html
Redirect 301 /personal-dsfsd/ http://www.mydomain.lu/biographie.html
答案 0 :(得分:0)
这些对我来说都很好。
一种可能性是您可能启用了多视图,这会导致mod_negotiation看到/personal-trainer-luxembourg/
并认为您打算转到/personal-trainer-luxembourg.html
,并在mod_alias可以匹配模式和重定向之前劫持请求
尝试关闭多视图:
Options -Multiviews
此外,请确保在测试前清除了浏览器的缓存。