• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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