可在网站根目录下 修改 .htaccess 文件

 

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/public/
RewriteRule ^(.*)$ /public/$1 [L]
</IfModule>

 

标签:
分享到: 更多

发表评论

电子邮件地址不会被公开。 必填项已用*标注