please somebody help I waited all day
Jun 15, 2021
13
Level 4
using symlink on hpanel/ cpannel
I had this problem for a long trying to create the storage link to my server and yesterday I saw a tutorial
about symlink and tried it, later got a problem while it creates a link in my hpannel :
public -> /domains/domain.com/public_html/storage/app/public
and tells me there is no such directory. I need your help guys I followed many links and more researches about this, nothing worked for me please help without sending links for others
the tutorial looks like this:
$targetFolder = $_SERVER['DOCUMENT_ROOT'].'/storage/app/public';
$linkFolder = $_SERVER['DOCUMENT_ROOT'].'/public/storage';
symlink($targetFolder,$linkFolder);
echo 'Symlink process successfully completed';
I even get the message that "Symlink process successfully completed" and comes out with no real answer.
Please or to participate in this conversation.