开发者社区> 问答> 正文

请问大神们怎么样把新域名指向一个新目录?

  ecs云服务器linux
环境 : Centos 64 位 | PHP5.2 | Apache

新域名ww.x112222.com  112222.com.com 指向目录/yjdata/www/www/qiuzhu 这个文件夹里,因为我们想在qiuzhu这个文件夹里放新站点.


环境配置目录:






目前 httpd.conf



<VirtualHost *:80>
        ServerName www.x43534.com
        ServerAlias www.x43534.com x43534.com  #目前的旧站点!
        DocumentRoot /yjdata/www/www/
    ProxyPassMatch ^/(.*\.php)$ fcgi://127.0.0.1:10000/yjdata/www/www/$1
    DirectoryIndex index.html index.php
</VirtualHost>


https://help.aliyun.com/knowledge_detail/6701386.html    这个教程看不懂,因为与我的实际情况有差别!


请各位大神帮帮我 谢谢大恩大德!




展开
收起
ali吃方便面 2016-03-21 17:45:56 9268 0
3 条回答
写回答
取消 提交回答
  • R&amp;S网络资深工程师 ,阿里云论坛官方版主,阿里云云计算ACP,春考教学网站长,IT技术晋级之路专辑作者
    就是改指向的目录
    2016-03-22 21:23:48
    赞同 展开评论 打赏
  • LT是个伪程序员
    楼上正解,实在不行百度,Google都有很多资源可以参考
    2016-03-22 19:35:59
    赞同 展开评论 打赏
  • 旺旺:nectar2。
    楼主您好,

    或许在已有的配置上,添加一个虚拟主机的站点配置内容就可以了,如修改后如此:

    <VirtualHost *:80>
            ServerName www.x43534.com
            ServerAlias www.x43534.com x43534.com  #目前的旧站点!
            DocumentRoot /yjdata/www/www/
        ProxyPassMatch ^/(.*\.php)$ fcgi://127.0.0.1:10000/yjdata/www/www/$1
        DirectoryIndex index.html index.php
    </VirtualHost>


    <VirtualHost *:80>
            ServerName x112222.com
            ServerAlias www.x112222.com
            DocumentRoot /yjdata/www/www/qiuzhu/
        ProxyPassMatch ^/(.*\.php)$ fcgi://127.0.0.1:10000/yjdata/www/www/qiuzhu/$1
        DirectoryIndex index.html index.php
    </VirtualHost>


    2016-03-21 18:07:24
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
域名大数据的应用 立即下载
“域”见更美好的未来——域名筑梦互联网+ 立即下载
“域”感——《域名投资从入门到精通》 立即下载