Welcome! Log In Create A New Profile

Advanced

Re: 301 Redirect Domain

May 25, 2009 04:45PM
On Tue, May 26, 2009 at 3:30 AM, Chris Wilson <lists@ruby-forum.com> wrote:
> Is there a way to redirect and old domain to a new one,
>
> For instance, all I did was change domains, the structure is all still
> the same.
>
> I just need to redirect xxxx.com to xxxy.com while still keeping the
> structure of the incoming links as they remain in the same pace on the
> new site.
> --
> Posted via http://www.ruby-forum.com/.
>
>

something like this?

server {
listen <ipaddress/port>;
server_name oldadress.com;
rewrite ^(.*)$ http://newaddress.com$1 permanent;
}


--
O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
Subject Author Posted

301 Redirect Domain

Chris Wilson May 25, 2009 04:30PM

Re: 301 Redirect Domain

Jim Ohlstein May 25, 2009 04:45PM

Re: 301 Redirect Domain

Chris Wilson May 25, 2009 05:32PM

Re: 301 Redirect Domain

edogawaconan May 25, 2009 04:45PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 171
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready