如何更正重定向htacces?

时间:2015-07-17 15:42:32

标签: apache .htaccess

我有这个页面:

link

pass:dizi

我想在.htacces中创建一个重定向。

这是我的代码:

# BEGIN WordPress


    <IfModule mod_rewrite.c>
    RewriteEngine On

    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]



    </IfModule>

Redirect 301 / http://dizievents.ch/index.php/event/food-n-liquor-dizinvolta-2/
#if i put this code appears an error

我把图片更好地理解我有什么错误

http://i61.tinypic.com/6tlr0o.jpg

基本上它会进入无限循环而(我认为)

我该怎么做才能解决此错误?

提前致谢!

0 个答案:

没有答案
相关问题