• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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