thinkphp URL_MODEL=2,访问链接http://i.cnblogs.com/Online/index.html 报错: Not Found The requested URL /online/index.html was not found on this server. =0的访问http://i.cnblogs.com/index.php/Home/Test/test 改为2,去掉了index.php,并且实现了伪静态(URL重写). 重写方法:1.配置config.php
<Directory "D:/usr/local/www"> AllowOverride all Options +FollowSymLinks +SymLinksIfOwnerMatch Order allow,deny Allow from all</Directory> RewriteEngine on RewriteCond $1 !^(index.php|images|robots.txt) RewriteRule ^(