apache 301 redirect 重定向
摘要:
.htaccess文件中写入单一地址跳转Redirect /olddomain http://newdomain正则跳转RedirectMatch 301 ^(.*)$ http://newdomain$1如果开启mod_rewiriteOptions +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} !^olddomain\.co... 阅读全文
posted @ 2010-01-04 11:03 骑驴睡觉 阅读(1681) 评论(0) 推荐(0) 编辑