• 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

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