xrzedane 发表于 2012-10-6 20:07:05

.htaccess文件在哪,找不到啊

application下有个.htaccess,里面只写了deny from all。
你们说的 RewriteEngine On在哪啊?

dayed 发表于 2012-10-6 20:33:02

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1

保存到htaccess里
页: [1]
查看完整版本: .htaccess文件在哪,找不到啊