
11-02-2011, 09:57 AM
|
|
LiteSpeed Staff
|
|
Join Date: Oct 2010
Posts: 2,390
|
|
do something like
Quote:
ls -ld /home/websites/domain.com/public/crm/sugar/include/SugarCharts/Jit
or 'ls -ld /path/to/any/parent/dir/of/Jit'
|
it is possible user lsadm does not have any permission on one of the parents.
Quote:
Originally Posted by J.T.
...
2011-11-02 10:45:03.887 [ERROR] [HTAccess] Failed to open [/home/websites/domain.com/public/crm/sugar/include/SugarCharts/Jit/.htaccess]: Permission denied
Yet:
-rw-r--r-- 1 lsadm lsadm 0 Nov 2 10:28 .htaccess
Even if I chmod to 755
-rwxr-xr-x 1 lsadm lsadm 0 Nov 2 10:28 .htaccess
The same issue remains.
So why am I getting these issues?
|
|