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

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -