Hi
I'm running Litespeed Enterprise v4.09 on my WHM + Cpanel server which is a VPS Hybrid with Wiredtree.
I have an Oscommerce shop at www.brestersbatteries.co.uk/catalog that I have copied to www.soldering-shop.co.uk/catalog
I've setup a symlink for the images folder to save having to enter products twice and both shops use the same database. Basically www.soldering-shop.co.uk is a satellite shop of the full shop at www.brewstersbatteries.co.uk
If I switch from litespeed to Apache the images on soldering-shop.co.uk/cataog load just fine but permission is denied when litespeed is running.
I've checked through my litespeed configuration and follow symlinks is set to yes and checking is set to no. I've also made sure that chroot is set to no.
I tried adding this to my .htaccess file for soldering-shop.co.uk but this did not seem to do anything. This was recommended by litespeed support.
Options +FollowSymLinks
My web host is stumped and to be honest so am I. Whether because I am using suphp or what I have no clue.
Any help or recommendations would be appreciated.
Update
Just tried this which I found in another post on here which said:
Use "chown -h <user> <path>" to make the symbolic link the same ownership of the link target.
I tried this by logging into my server via SSH as root and typing this command
chown -h brewster /home/solder/public_html/catalog/images
Unfortunately this has not worked either.
When trying to access an image I receive a 403 error which states that access to this resource on the server is denied. View this error yourself here
http://www.soldering-shop.co.uk/catalog/images/logo.gif
I'm off again now to try and find a solution
I'm running Litespeed Enterprise v4.09 on my WHM + Cpanel server which is a VPS Hybrid with Wiredtree.
I have an Oscommerce shop at www.brestersbatteries.co.uk/catalog that I have copied to www.soldering-shop.co.uk/catalog
I've setup a symlink for the images folder to save having to enter products twice and both shops use the same database. Basically www.soldering-shop.co.uk is a satellite shop of the full shop at www.brewstersbatteries.co.uk
If I switch from litespeed to Apache the images on soldering-shop.co.uk/cataog load just fine but permission is denied when litespeed is running.
I've checked through my litespeed configuration and follow symlinks is set to yes and checking is set to no. I've also made sure that chroot is set to no.
I tried adding this to my .htaccess file for soldering-shop.co.uk but this did not seem to do anything. This was recommended by litespeed support.
Options +FollowSymLinks
My web host is stumped and to be honest so am I. Whether because I am using suphp or what I have no clue.
Any help or recommendations would be appreciated.
Update
Just tried this which I found in another post on here which said:
Use "chown -h <user> <path>" to make the symbolic link the same ownership of the link target.
I tried this by logging into my server via SSH as root and typing this command
chown -h brewster /home/solder/public_html/catalog/images
Unfortunately this has not worked either.
When trying to access an image I receive a 403 error which states that access to this resource on the server is denied. View this error yourself here
http://www.soldering-shop.co.uk/catalog/images/logo.gif
I'm off again now to try and find a solution
Last edited: