• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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