搜外网>搜外问答>问答页面

.htaccess 301内页重定向到首页怎么写

.htaccess 301内页重定向到首页怎么写

<IfModule mod_rewrite.c>

RewriteEngine on

RewriteBase /

RewriteCond %{http_host} ^xxx.com [NC]

RewriteRule ^(.*)$ http://www.xxx.com/$1 [L,R=301]

</IfModule>


追加问题
    2 人参与回答

RewriteCond 这个是条件的意思吗?

比如把 重定向到首页应该怎么写

SEO培训招生中
189