你知道这是什么问题吗?
这有效:
SetEnv PHP_VER 5_3
SetEnv REGISTER_GLOBALS 0
ErrorDocument 404 /index.html
ErrorDocument 403 http://www.dsfds.lu
这不起作用并返回“500内部服务器错误”:
SetEnv PHP_VER 5_3
SetEnv REGISTER_GLOBALS 0
ErrorDocument 404 /index.html
ErrorDocument 403 http://www.dsfds.lu
Redirect 301 /biographie-dfd-fdd/ biographie.html
答案 0 :(得分:2)
您需要使用完整的URL作为第二个参数
Redirect 301 /biographie-dfd-fdd/ http://website.com/biographie.html