• Hello,
    I have a blog called – https://socialexaminer.eu5.org and wanna migrate this to socialexaminer.net . But, I have no knowledge of .htaccess file, HOW TO WRITE IT PROPERLY !

    If possible then CREATE a file, and post it to Comment section, So that It would be easy for me to execute.

    And one more issue – I have several articles in this blog, approximately 14-15. So, if I change the extension will it effect my articles or the URL also will change???

    Urgent! Help me out.

    Thanks!!!

Viewing 1 replies (of 1 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    We don’t really do urgent in these forums. ??

    *Drinks more coffee*

    At the top of your .htaccess file try adding these lines.

    <IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteCond %{HTTP_HOST} socialexaminer\.eu5\.org [NC]
    RewriteRule (.*) https://socialexaminer.net/$1 [R=301,L]
    </IfModule>

    That should redirect an requests from the old server name to the new.

Viewing 1 replies (of 1 total)
  • The topic ‘How to migrate .ORG to .NET | .htaccess issue’ is closed to new replies.