代码之家  ›  专栏  ›  技术社区  ›  gurupal singh

重定向www.example。com/blog到blog。实例其他服务器上的com

  •  0
  • gurupal singh  · 技术社区  · 8 年前

    我有两个ec2服务器,其中一个运行我的网站,另一个是博客与子域。两者都安装了apache2。

    如何重定向 http://www.example.com/blog blog.example.com ?

    1 回复  |  直到 8 年前
        1
  •  1
  •   Vasia Dunaev    8 年前

    创造根目录中的htaccess文件包含

    RewriteEngine On 
    RedirectMatch 301 ^/blog http://blog.example.com/