.htaccess重定向创建无限循环

问题描述:

尝试创建.htaccess重定向会导致无限循环。这是我的代码目前的样子:.htaccess重定向创建无限循环

Redirect/http://www.website.com/new/

知道为什么这是不工作?

+0

你想做什么? – anubhava 2012-01-28 18:07:40

通过创建一个索引页,并从那里重定向解决它。

Redirect /index.html http://website.com/new/

尝试Redirect 301/http://www.website.com/new/

+0

通过创建索引页并从那里重定向来解决它。 'Redirect /index.html http:// website.com/new /' – colindunn 2012-01-28 23:08:18