Ok yes, hope is not one of the other how to 301 redirect thread.
So, basically I want to redirect via htaccess entire domain (www and not www) including inner pages to a facebook page.
I tried with this code
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://www.example.com/$1 [R=301,L]
where example.com = www.facebook.com/my.personal.page
However it only redirect the root domain without the inner pages.
How can I redirect entire domain to my facebook page?
Thanks
[edited by: phranque at 12:13 pm (utc) on Dec 13, 2014]
[edit reason] exemplified domain [/edit]