thinkphp5.1 tp5.1 安装 初始化 配置 重写 url 路由 Rewrite - WilliamShaw - 博客园

<IfModule mod_rewrite.c>
  Options +FollowSymlinks -Multiviews
  RewriteEngine On

  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-f
  
  
  RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]
</IfModule>
posted @ 2018-10-31 16:12  猿来你也在这里呀  阅读(854)  评论(0编辑  收藏  举报