.htaccess伪静态写法如下

  <IfModule mod_rewrite.c>
    
    RewriteEngine On
    RewriteBase /
    # 绑定blog.3tt.top到 w3子目录 
    RewriteCond %{HTTP_HOST} ^www\.3tt\.top$ [NC]
    RewriteCond %{REQUEST_URI} !^/w3/
    RewriteRule ^(.*)$ w3/$1?Rewrite [L,QSA]
    
    #可以重复以上再次添加网站

</IfModule>

这样就可以实现一个虚拟主机安装多个程序了

最后修改:2024 年 06 月 02 日
如果觉得我的文章对你有用,请随意赞赏