Adam Howard
Well-known member
I've tried
ln -s /sociallyuncensored.eu/public_html/forums/data /sociallyuncensored.com/public_html/data
and also I tried
ln -sf /sociallyuncensored.eu/public_html/forums/data /sociallyuncensored.com/public_html/data
Always ends the resolve with
ln: creating symbolic link `/sociallyuncensored.com/public_html/data': No such file or directory
Now I've made the folder manually in both places, without in both places, and even tried swapping from one place to another. Same outcome.
I'm using this as the user account and not root, because I need /data/ to be chmod 777 for that users.
ln -s /sociallyuncensored.eu/public_html/forums/data /sociallyuncensored.com/public_html/data
and also I tried
ln -sf /sociallyuncensored.eu/public_html/forums/data /sociallyuncensored.com/public_html/data
Always ends the resolve with
ln: creating symbolic link `/sociallyuncensored.com/public_html/data': No such file or directory
Now I've made the folder manually in both places, without in both places, and even tried swapping from one place to another. Same outcome.
I'm using this as the user account and not root, because I need /data/ to be chmod 777 for that users.