Results 1 to 3 of 3
-
29th Oct 2012, 06:13 AM #1OPMember
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
thanksbachbell 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
-
29th Oct 2012, 06:36 AM #2Respected Developer
in your oldsite.com.conf file add
Code:server { server_name www.oldsite.com; rewrite ^ http://www.newsite.com permanent; }
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.
-
29th Oct 2012, 02:14 PM #3OPMember
thank you
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Old Domain to a New Domain Redirect?
By DoggY DuKe in forum Web Development AreaReplies: 14Last Post: 15th Apr 2012, 06:42 PM -
How to redirect non-www domain to www domain?
By 18folder in forum Web Development AreaReplies: 5Last Post: 14th Jan 2012, 12:52 PM -
Does backlinks help if we redirect the backlinked domain to other domain?
By vorazeal in forum Webmaster DiscussionReplies: 4Last Post: 15th Nov 2010, 04:28 AM -
Domain Redirect?
By bxflow in forum General DiscussionReplies: 12Last Post: 29th Aug 2010, 06:01 AM
themaLeecher - leech and manage...
Version 5.03 released. Open older version (or...