我已经安装了Community,但是经过几个小时的尝试和错误,我仍然无法使它工作!问题是,在创建了测试uer并尝试登录后,我被重定向到一个无意义的url。假设我的测试地点在http://test.webintenerife.com。这里我已经放了一个应用程序,只是为了测试社区八月。我遵循了所有安装步骤,并成功地创建了我的测试用户。
我的配置base_url是'test.webintenerife.com‘。尝试在http://test.webintenerife.com/Examples/login登录,但重定向url是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]`我真的不明白我做错了什么..。
发布于 2015-09-15 15:20:12
我的base_url错了,因为这是我第一次使用CI。应该是“http://test.webintenerife.com/”:-(
https://stackoverflow.com/questions/32582194
复制相似问题