• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Issue 301 Page url redirect not working

Shiv

New Pleskian
Hello,

I am using NGIN only and using want to redirect my url Shop | Srapsware to Shop | Srapsware

and i am using as below (in Additional nginx directives ) :

Code:
location ~ /shop.html {
    rewrite ^(.*)$ https://www.srapsware.com/shop/ redirect;
}

But this is not working so please help me.
 
Back
Top