How to create symlinks in Cpanel

In the directory where you want the link, add the following PHP snippet:

  <?php
  $target = '/home/qyyjasu6/filerundata/nh/Upload Your Files Here/Harrie';
  $shortcut = 'filerun-pics-harrie';
  symlink($target, $shortcut);
  ?>

Then navigate to that "URL" with a browser. The symlink will be created.


Page last modified on September 17, 2024, at 04:53 PM