2017-10-05 22:27:08
5091
2017-10-05 22:27:08
手机访问www51ttwan.com 跳转到http://www.51ttwan.com/plugin.php?id=levbank:shuadan&m=0&mobile=2
在网站找的
.<VirtualHost *:80>
ServerAlias www.xxx.com
RedirectMatch permanent ^/(.*) http://www.xxx.org/$1
</VirtualHost>
和写在 .htaccess文件里的
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.xxx.com$ [NC]
RewriteRule ^(.*)$ http://www.xxx.org/$1 [L,R=301]
要不得 主机是万网的 LINUX系统
.<VirtualHost *:80>
ServerAlias www.xxx.com
RedirectMatch permanent ^/(.*) http://www.xxx.org/$1
</VirtualHost>
和写在 .htaccess文件里的
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.xxx.com$ [NC]
RewriteRule ^(.*)$ http://www.xxx.org/$1 [L,R=301]
要不得 主机是万网的 LINUX系统