码迷,mamicode.com
首页 > Web开发 > 详细

Thinkphp5笔记九:路由设置,隐藏indx.php

时间:2017-05-06 00:50:10      阅读:208      评论:0      收藏:0      [点我收藏+]

标签: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

Thinkphp5笔记九:路由设置,隐藏indx.php

标签:index.php   tee   cloud   nbsp   index   http   .htaccess   color   隐藏   

原文地址:http://www.cnblogs.com/wesky/p/6815440.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!