CodeIgniter社区验证重定向

时间:2015-09-15 09:15:05

标签: php codeigniter-3

我已经安装了Community Auth,但经过几个小时的故障和错误后,我仍然无法让它工作! 问题是,在创建测试用户并尝试登录后,我将重定向到非感知网址。 我们说我的测试网站位于http://test.webintenerife.com。我在这里放了一个应用程序来测试Community Auth。我遵循了所有安装步骤,并成功创建了我的测试用户。

我的配置base_url是' test.webintenerife.com'。尝试登录http://test.webintenerife.com/Examples/login,但重定向网址是 http://test.webintenerife.com/Examples/test.webintenerife.com/test.webintenerife.com/login?redirect=Examples/simple_verification

我的.htaccess是:

`    #MAKE SURE TO LEAVE THE NEXT TWO LINES HERE.
#BEGIN DENY LIST --
#END DENY LIST --
DirectoryIndex index.php
#Rewrite engine
RewriteEngine On
#condition with escaping special chars
RewriteCond $1 !^(index\.php|admin|robots\.txt|favicon\.ico)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./index.php?$1 [L,QSA]`

我真的不明白我做错了什么......

1 个答案:

答案 0 :(得分:0)

我的base_url错了,因为这是我第一次使用CI。它应该是'http://test.webintenerife.com/': - (