Redirect url request to a new site is not working.

Eric Speake ESpeake at dmp.com
Wed Apr 28 19:52:48 UTC 2021


I need to redirect https://mysite.com/meeting to https://new.mysite.com/events/meet/meeting

Here us what I have in my config:

location ~* / {

     #Custom Redirects
     rewrite ^(/meeting.*) https://new.mysite.com/events/meet$1 permanent;
}

I have tried a few other tweaks, but nothing is working. I know I'm missing something simple.

Thanks,
Eric

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20210428/2f865fb1/attachment.htm>


More information about the nginx mailing list