【发布时间】:2014-03-15 20:31:01
【问题描述】:
您好,我在通过 htaccess 1and1 从 url 中删除 index.php 时遇到问题,我尝试了几个其他线程的示例,但也没有工作。 如果我在 localhost 上运行,htaccess 如下:
RewriteEngine on
RewriteCond $1 !^(index\.php|js|css|resources|images|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L]
【问题讨论】:
标签: php .htaccess codeigniter mod-rewrite