Symlinks created but not “there” SSH
1
I am creating Symlinks for Magento purposes but for some reason something is going wrong. I created the symlinks using PuTTy SSH. So I did this: cd /home/user/domains/newwebsite/public_html/ ln -s /home/user/domains/oldwebsite/public_html/app/ app So this is supposed to create a "shortcut" towards the app directory on the old website, right? Well, it did, kind of. If I do dir it shows the directory. But when I look at it on FileZilla, it shows nothing. Also, going to the app directory, it perfectly shows the files and directories it should contain. When I create the folder app using FileZilla, I'm unable to open it. And when I delete the app folder, it is also gone using the dir command. Changing names of files using FileZilla also changes it when using dir . I have been doing this f...