文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>apache实现域名转向

apache实现域名转向

时间:2010-05-17  来源:xhq6632

1、将abc.123.com转向到另外一个域名html.abc.com   <VirtualHost *:80>
          DirectoryIndex   index.html index.php
          ServerName   "abc.123.com"
          DocumentRoot   "/srv/www/htdocs/"
          RedirectMatch ^/(.*)$ http://html.abc.com/$1
  </VirtualHost>
    2、将同一域名的主域名转向到子域名 如123.com转向bb.123.com   <VirtualHost *:80>
          DirectoryIndex   index.html index.php
          ServerName   "123.com"
          DocumentRoot   "/srv/www/htdocs/"
          RedirectMatch ^/(.*)$ http://bb.123.com/$1
  </VirtualHost>
相关阅读 更多 +
排行榜 更多 +
机械火车修理

机械火车修理

休闲益智 下载
坚持到顶

坚持到顶

休闲益智 下载
掷球冠军

掷球冠军

休闲益智 下载