On Thu, May 06, 2021 at 07:15:55PM +, Eric Speake wrote:
Hi there,
> Looking at the logs I see this:
>
> 192.168.250.30 - - [06/May/2021:13:27:27 -0500] "GET /summersummit HTTP/1.1"
> 301 185 "-"
>
> While seeing the 301 it's not redirecting anywhere.
What response do you get from somethi
ginx.org
Subject: Rewrite/redirect issue
I am trying to redirect mydomain.com/summersummit to
new.mydomain.com/events/employee-events/summersummit2021. Here is what I have
in my config: location /summersummit { &nbs
Caution! Message was sent from outside DMP. Please, use proper judgm
On Thu, May 6, 2021 at 4:02 PM Sergey A. Osokin wrote:
> Hi Eric,
>
> hope you're doing well these days.
>
> On Thu, May 06, 2021 at 02:01:40PM +, Eric Speake wrote:
> > I am trying to redirect mydomain.com/summersummit to
> new.mydomain.com/events/employee-events/summersummit2021. Here is wh
Hi Eric,
hope you're doing well these days.
On Thu, May 06, 2021 at 02:01:40PM +, Eric Speake wrote:
> I am trying to redirect mydomain.com/summersummit to
> new.mydomain.com/events/employee-events/summersummit2021. Here is what I have
> in my config:
>
>location /summersummit {
>
I am trying to redirect mydomain.com/summersummit to
new.mydomain.com/events/employee-events/summersummit2021. Here is what I have
in my config:
location /summersummit {
return 301 https://new.mydomain.com/events/employee-events/summersummit2021;
}
I have also tried:
rewrite ^/summer