TP6部署虚拟主机
作者:互联网
把public所有东西放到wwwroot目录下
修改.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] RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1] </IfModule>
把php改成fpm模式
标签:index,RewriteCond,虚拟主机,RewriteRule,部署,REQUEST,FILENAME,TP6,php 来源: https://www.cnblogs.com/zyfeng/p/14609882.html