【发布时间】:2011-03-18 09:54:37
【问题描述】:
我正在尝试使用Codeigniter OpenID library,并且在没有.htaccess 的CI 的默认配置下一切正常。
当我通过更改 config.php 和 .htaccess 删除 index.php 时,当我尝试验证我的 openid (http://ci.dlsb.eu/test/) 时,我得到 404 Page Not Found
谁能告诉我哪里错了?
config.php
$config['index_page'] = "";
.htaccess
RewriteEngine on
RewriteBase /
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]
【问题讨论】:
标签: php .htaccess codeigniter openid