开发者社区> 问答> 正文

【菜鸟求救】centos下配置网站域名问题

httpd/conf 下已经创建***.conf文件


文件内容如下:

<DirectoryMatch "/alidata/www/wecenter/(attachment|html|data)">
<Files ~ ".php">
Order allow,deny
Deny from all
</Files>
</DirectoryMatch>


<VirtualHost *:80>
    DocumentRoot /alidata/www/wecenter
    ServerName www.*.com
    ServerAlias *.*.com
    <Directory "/alidata/www/wecenter">
        Options Indexes FollowSymLinks
        AllowOverride all
        Order allow,deny
        Allow from all
    </Directory>
    <IfModule mod_rewrite.c>
        RewriteEngine On
        RewriteRule ^(.*)-htm-(.*)$ .php?
        RewriteRule ^(.*)/simple/([a-z0-9\_]+\.html)$ /simple/index.php?
    </IfModule>
    ErrorLog "/alidata/log/httpd/wecenter-error.log"
    CustomLog "/alidata/log/httpd/wecenter.log" common
</VirtualHost>


而且域名解析已经生效,但是现在访问域名是直接跳转到IP地址上。
我是新手,求各位指点。

展开
收起
haku18 2014-11-03 14:22:20 7642 0
2 条回答
写回答
取消 提交回答
  • 抱歉,没找出你那里设置错了,坐等高手来解决
    2014-11-03 16:37:23
    赞同 展开评论 打赏
  • Re【菜鸟求救】centos下配置网站域名问题
    求不沉
    2014-11-03 14:56:41
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

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