Hello, I created a symlink via SSH for my admin account but it does not appear to be working.
[root@servidor images]# ln -s wp-content/themes/WebHost/images images
[root@servidor images]# cd images
[root@servidor images]# ll
total 0
lrwxrwxrwx 1 root root 32 Feb 5 14:56 images -> wp-content/themes/WebHost/images
[root@servidor images]#
The images folder is inside the public_html directory.
When I go to mydoomain.com/images/ I get a 403 error.
I chmodded the folder to 755 and 777 but no luck.
Added code to the .htaccess but no luck either.
I'm on CentOs
[root@servidor images]# ln -s wp-content/themes/WebHost/images images
[root@servidor images]# cd images
[root@servidor images]# ll
total 0
lrwxrwxrwx 1 root root 32 Feb 5 14:56 images -> wp-content/themes/WebHost/images
[root@servidor images]#
The images folder is inside the public_html directory.
When I go to mydoomain.com/images/ I get a 403 error.
I chmodded the folder to 755 and 777 but no luck.
Added code to the .htaccess but no luck either.
I'm on CentOs