摘要:
1、方法一在httpd-vhosts.conf文件里添加如下代码<VirtualHost *:80>ServerName www.abc.comDocumentRoot /web/abc</VirtualHost><VirtualHost *:80>ServerName abc.comRedirectMatch permanent ^/(.*) http://www.abc.com/$1</VirtualHost>2、方法二网站根目录下的.htaccess文件加入如下代码#RewriteCond %{HTTP_HOST} ^tznet.cn [N 阅读全文
posted @ 2012-06-11 11:22
ericyuan
阅读(390)
评论(0)
推荐(0)
浙公网安备 33010602011771号