AustinMarton
April 23rd, 2008, 12:01 PM
Hi there, I am running a basic webserver on Feisty. The directory which my pages are in is /var/www. I have had no problem in the past, but recently I copyed a new website to the server from a flashdrive and placed it in that directory. I can view the html pages fine over the internet, but none of the images will show. If I try to open the images directly I get
Forbidden
You don't have permission to access /images/beboButton.png on this server.
Apache/2.2.3 (Ubuntu) PHP/5.2.1 Server at abominableginnypig.mine.nu Port 80
I thought this would be basic file permissions, but I have other images in that folder with less permissions that show up!
E.g. files that don't show up:
> ls -l
total 32
-rwxr-xr-x 1 www users 5402 2008-04-20 00:48 beboButton.png
-rwxr-xr-x 1 www users 1488 2008-04-20 00:35 facebookButton.png
-rwxr-xr-x 1 www users 7604 2008-04-20 00:35 myspaceButton.png
-rwxr-xr-x 1 www users 10596 2008-04-20 01:12 youTubeButton.png
files that do show up:
> ls -l
total 1048
-rw-r--r-- 1 www users 230796 2007-06-23 22:26 agbannerBlur.png
-rw-r--r-- 1 www users 267611 2007-06-23 22:26 agbanner.png
-rw-r--r-- 1 www users 52949 2007-09-17 22:00 arcade_thumb.jpg
-rw-r--r-- 1 www users 67056 2007-06-23 23:34 GES.jpg
-rw-r--r-- 1 www users 154427 2007-06-23 23:43 ML.jpg
I'm sure this is something reallly basic and people ask this kind of stuff all the time, but I have been fiddling around for ages now and do not seem to be making any progress what so ever.
Cheers,
'stan.
Forbidden
You don't have permission to access /images/beboButton.png on this server.
Apache/2.2.3 (Ubuntu) PHP/5.2.1 Server at abominableginnypig.mine.nu Port 80
I thought this would be basic file permissions, but I have other images in that folder with less permissions that show up!
E.g. files that don't show up:
> ls -l
total 32
-rwxr-xr-x 1 www users 5402 2008-04-20 00:48 beboButton.png
-rwxr-xr-x 1 www users 1488 2008-04-20 00:35 facebookButton.png
-rwxr-xr-x 1 www users 7604 2008-04-20 00:35 myspaceButton.png
-rwxr-xr-x 1 www users 10596 2008-04-20 01:12 youTubeButton.png
files that do show up:
> ls -l
total 1048
-rw-r--r-- 1 www users 230796 2007-06-23 22:26 agbannerBlur.png
-rw-r--r-- 1 www users 267611 2007-06-23 22:26 agbanner.png
-rw-r--r-- 1 www users 52949 2007-09-17 22:00 arcade_thumb.jpg
-rw-r--r-- 1 www users 67056 2007-06-23 23:34 GES.jpg
-rw-r--r-- 1 www users 154427 2007-06-23 23:43 ML.jpg
I'm sure this is something reallly basic and people ask this kind of stuff all the time, but I have been fiddling around for ages now and do not seem to be making any progress what so ever.
Cheers,
'stan.