标签:index.php tee cloud nbsp index http .htaccess color 隐藏
网站根目录下.htaccess
<IfModule mod_rewrite.c> Options +FollowSymlinks -Multiviews RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L] </IfModule>
详细参考手册:http://www.kancloud.cn/manual/thinkphp5/177576
标签:index.php tee cloud nbsp index http .htaccess color 隐藏
原文地址:http://www.cnblogs.com/wesky/p/6815440.html