在 htdocs 下边创建文件.htaccess,不用单独挪动public下的入口文件,内容添加:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
tp5.0(fastadmin、thinkcmf通用)安装到虚拟主机根目录操作方法
原文:https://www.cnblogs.com/xunyicao-59/p/10362518.html