Redirect domain to facebook page

by 9999
3 replies
  • WEB DESIGN
  • |
I was wondering how you would go about redirecting a domain to your facebook business page?

I have searched around and not found any instructions that I can trust. Any tips on how to do this would be appreciated. I only need this for a temporary time frame.

Thanks.
#domain #facebook #page #redirect
  • Profile picture of the author vivadesign
    You can do it in your domain control panel or add this to your web page.

    <meta HTTP-EQUIV="REFRESH" content="0; url=http://www.your facebook business page.com">

    Between the <HEAD> </HEAD> tags .
    {{ DiscussionBoard.errors[6280968].message }}
    • Profile picture of the author benjigbird
      Originally Posted by vivadesign View Post

      You can do it in your domain control panel or add this to your web page.

      <meta HTTP-EQUIV="REFRESH" content="0; url=http://www.your facebook business page.com">

      Between the <HEAD> </HEAD> tags .
      I agree. I use a simple php redirect script for my redirects. Simply create an index.php file in your control panel and place the following code:

      <?php
      header("Location: http://facebook.com/your-facebook-fan-page");
      ?>

      This will automatically redirect to your facebook page
      Signature

      CLICK HERE --> WSO: GUARANTEED GOOGLE 1ST PAGE RANKINGS!!! <-- CLICK HERE

      {{ DiscussionBoard.errors[6282129].message }}
  • Profile picture of the author topnichewebsites
    Follow Viva advise and put it as a re-direct in your control panel
    Signature
    http://pixelcovers.com/ <- eBook add eCovers

    https://www.unicommercesolutions.com <- WordPress Websites and Maintenance
    {{ DiscussionBoard.errors[6281347].message }}

Trending Topics