• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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