4.01 - Symlinks NOT working when outside of the home directory....

#1
hi all,

I have my server setup on a multi-site with 1 code base solution. Right now my code base is located on /code/drupal_base and all the corresponding sites located on /home/user are sym linked to that code base. the problem is that lightspeed is throwing a 403 error specifically for js and css files. You can view it at this Link: phonerepair.us

all of the CSS and JS files arent loading. they are getting a 403 error when i try to goto the link directly.

I also did a minor investigation. i made a test.html file and put it in one of the directories that were giving the 403 error.
so basically litespeed cannot access files outside of the user home directory. how can this be corrected? it works fine in apache.

thanks.
 
#2
actually i just checked my other sites and they seem to not be working aswell and its not a sym link issue with this one as the css files are located on the user's directory.

You can check it here: http://chinatownicecreamfactory.com/

all the js files are giving a 403 error and the css files dont seem to be loading:

<script src="/misc/jquery.js" type="text/javascript">

1<html>
2<head><title> 403 Forbidden
3</title></head>
4<body><h1> 403 Forbidden
5</h1>

6Access to this resource on the server is denied!<hr />
7Powered By <a href='http://www.litespeedtech.com'>LiteSpeed Web Server</a><br />
8<font face="Verdana, Arial, Helvetica" size=-1>LiteSpeed Technologies is not responsible for administration and contents of this web site!</font></body></html>
</script>
 
Top