Re: [请益]CodeIgniter 开启mod_rewrite失败

楼主: arthas1107 (az)   2016-07-16 15:29:38
※ 引述《tkdmaf (皮皮快跑)》之铭言:
: ※ 引述《arthas1107 (az)》之铭言:
: : 已爬文但仍然无法解决,只好再发一篇请大家帮忙
: : 环境
: : RewriteEngine On
: : RewriteBase /test
: : RewriteCond %{REQUEST_FILENAME} !-f
: : RewriteCond %{REQUEST_FILENAME} !-d
: : RewriteRule ^(.*)$ index.php/$1 [L]
: : 网络上查到的做法大都试过了,但是仍出现错误讯息
: : Forbidden
: : You don't have permission to access /test/index.php on this server.
: : 麻烦大家看一下我有哪边做错了,感谢
: 我给你我的.htaccess的内容你直接整个贴上去试试看吧!
: RewriteEngine on
: RewriteBase /
: RewriteCond $1 !^(index\.php|robots\.txt|$)
: RewriteRule ^(.*)$ index.php/$1 [L,QSA]
感谢,刚刚测试确认是apache资料夹权限设定的问题
把Options MultiViews
改回一开始的Options Indexes FollowSymLinks就好了
作者: kyleJ (资工人)   2016-07-17 15:22:00
我记得Indexes是没有首页时显示整个资料夹的内容吧 没特别需求时我都把他拿掉 重写网址也不用那个选项 (虽然CI怕开发者没关掉 也放满了index.html
楼主: arthas1107 (az)   2016-07-21 20:00:00
嗯…Indexes可以拿掉,贴太快没注意到

Links booklink

Contact Us: admin [ a t ] ucptt.com