RE: Moved /var/sentora to /home/sentora. Created SymbolicLink, now get 403 forbidden.
07-28-2015, 03:38 AM
(07-28-2015, 01:51 AM)web@alderville.ca Wrote: I had Sentora running, with 1 domain, and made sure everything was working. Given the partitioning on the server, the default Sentora directory only had 49GB free, but the /Home has over 300GB free. I moved the /var/sentora directory to /home/sentora. I used "ln -s /home/sentora /var/sentora" to create my Symbolic Link. Now, when I try to browse to the website that was working before the move, I recieve a 403 Forbidden error.
I am assuming there is some simply fix for this, but I'm somewhat new to Linux, so I figured it would be quicker to ask the question. Also, I have an older Zpanel machine, with the same free space issue. My plan is that if I figure this one out, I would do the same to my older box. Thanks in advance...
Here is an update. I found the answer out on my own. I had to go to /home/sentora and run "chmod -R o+x ./" and the forbidden access message is gone.