• 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.

Custom Link

J

johnsmith1234

Guest
Is there a way to place a link in the main menu to a url instead of a static page?
Thanks
 
Yes, you could create static page, add script module on it and paste following script there:

<script>
document.location.href = "http://swsoft.com";
</script>

Instead of "http://swsoft.com" enter your link.
 
Back
Top