<VirtualHost *:80>
DirectoryIndex index.html index.php index.htm default.php
ServerName www.xx27.net
DocumentRoot /var/web
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://www.xx27.net/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.xx27.net$ [NC]
RewriteRule .*\.(php|htm|html)$ http://www.baidu.com/ [R,NC]
</IfModule>
</VirtualHost>
我的apache配置如下 请问能否实现跳转功能呢 就是我访问www.xx27.net这个域名能跳转到百度页面
菜鸟惨呼一下赚点分,别介意啊,呵呵