Activity Stream
48,167 MEMBERS
61151 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 3 of 3
  1.     
    #1
    Member

    Default how to redirect old domain to new domain in nginx? but...

    how to redirect a old domain to a new one in nginx .. but i want to be redirected to main url only mysite.com the old domain was using a script totally diferent so i dont need to keep urls like oldsite.com/blog to newsite.com/blog.. i just want all the traffic that still sends google or organic traffic redirects to main url no matter if they type oldsite/blog olsite/gallery etc


    thanks
    bachbell Reviewed by bachbell on . how to redirect old domain to new domain in nginx? but... how to redirect a old domain to a new one in nginx .. but i want to be redirected to main url only mysite.com the old domain was using a script totally diferent so i dont need to keep urls like oldsite.com/blog to newsite.com/blog.. i just want all the traffic that still sends google or organic traffic redirects to main url no matter if they type oldsite/blog olsite/gallery etc thanks Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Respected Developer
    in your oldsite.com.conf file add

    Code: 
    server {
        server_name  www.oldsite.com;
        rewrite ^ http://www.newsite.com permanent;
    }
    after updating restart nginx

    Code: 
    service nginx restart
    Bots Development | Web Development | Wordpress Customization | PSD Conversion

    Life has many twists and turns in it, you have to take what you are given and use it for the best.

  4.     
    #3
    Member
    thank you

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Old Domain to a New Domain Redirect?
    By DoggY DuKe in forum Web Development Area
    Replies: 14
    Last Post: 15th Apr 2012, 06:42 PM
  2. How to redirect non-www domain to www domain?
    By 18folder in forum Web Development Area
    Replies: 5
    Last Post: 14th Jan 2012, 12:52 PM
  3. Replies: 4
    Last Post: 15th Nov 2010, 04:28 AM
  4. Domain Redirect?
    By bxflow in forum General Discussion
    Replies: 12
    Last Post: 29th Aug 2010, 06:01 AM

Tags for this Thread

BE SOCIAL