当前位置 : 主页 > 网络编程 > PHP >

解决thinkPHP5无法访问问题,修改隐藏出口文件

来源:互联网 收集:自由互联 发布时间:2021-06-28
gistfile1.txt Options +FollowSymlinks -Multiviews RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f# RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L] RewriteRule ^(.*)$ index.php [L,E=PATH+INFO:$1]
gistfile1.txt
 
  
  Options +FollowSymlinks -Multiviews
  RewriteEngine On
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-f
#  RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
  RewriteRule ^(.*)$ index.php [L,E=PATH+INFO:$1]

 
上一篇:省级连动例子
下一篇:获取区间日期
网友评论