apache - htaccess to redirect to Facebook Page temporally -
i wanna temporally redirect domain facebook page till have our website ready.
how can that? checked examples , provides me 301 redirect. should doing 301 redirect?
edit:
<ifmodule mod_rewrite.c> rewriteengine on redirectmatch 302 ^ https://www.facebook.com/nomadhq </ifmodule>
don't use 301
temporary redirect otherwise seo ranking messed later. use 302
instead this:
redirectmatch 302 ^ http://facebook.com/mypage
Comments
Post a Comment