.htaccess无效
httpd.conf中<Directory />Options FollowSymLinks
AllowOverride ALL
Order deny,allow
Deny from all
</Directory>
AllowOverride ALL 也已修改过来,但就是没有效果
.htaccess文件内容如下:
RewriteEngine on
RewriteCond $1 !^(index\.php|static|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L]
请求管理员帮助解决,谢谢 我也出现上面的问题,管理员给解答下。 这个很简单,我也出现过,把FTP工具里的隐藏文件显示打开就可以了
页:
[1]