• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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