Results 1 to 6 of 6

Thread: I want to use my .org domain as main domain

  1. #1
    Guest

    Question I want to use my .org domain as main domain

    I have a website called Hewan, and I want to use this domain: http://www.hewan.org/ as the main/primary domain instead of http://hewan.altervista.org/ since it's kind of confusing some of my users
    Help?

  2. #2
    alemoppo is offline AlterVista Staff
    Join Date
    Feb 2010
    Location
    IT
    Posts
    686

    Default

    You have to use .htaccess code to do what you want.
    For example, you could start with this:
    Code:
    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTP_HOST} ^www\.hewan\.altervista\.org$
    RewriteRule (.*) http://www\.hewan\.org/$1 [R=301,L]
    RewriteCond %{HTTP_HOST} ^hewan\.altervista\.com$
    RewriteRule (.*) http://www\.hewan\.org/$1 [R=301,L]
    Bye!

  3. #3
    Guest

    Default

    How long will it take to be in effect

  4. #4
    alemoppo is offline AlterVista Staff
    Join Date
    Feb 2010
    Location
    IT
    Posts
    686

    Default

    It should take a few minutes.

    Bye!

  5. #5
    reim is offline Utente AlterBlog
    Join Date
    Feb 2021
    Posts
    11

    Default

    Not OP, but omg you can do this?! Can you change it to .com too or just .org?

  6. #6
    alemoppo is offline AlterVista Staff
    Join Date
    Feb 2010
    Location
    IT
    Posts
    686

    Default

    Yes, you can purchase a second level domain.

    Bye!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

SEO by vBSEO