Strange Problem

Seb

New member
Joined
Jun 18, 2007
Messages
2
I have a folder full of images on my server running DA, they must be in /uploads. However, images in the folder 'uploads' do not work, but they work when in any other directory. All I need to do is rename the folder 'uploads' to something else (without changing anything else), and it works fine, but as soon as I rename it back to 'uploads' it does not work. I do not have a clue why this is. See an example here of the folder copied.

Not Working /uploads - http://www.imagewasp.com/uploads/1487seperator.gif
Working /uploads_backup - http://www.imagewasp.com/uploads_bac...7seperator.gif

Why this is happening I do not know. My host has already tried:

chmod -R 0777 uploads
chown -R admin:admin uploads

Amongst other things.

Here is some information I can give you:

[root@waspserver public_html]# ls -al
total 42344
drwxrwxrwx 7 admin admin 4096 Jun 13 02:08 .
drwx--x--x 8 admin admin 4096 Jun 13 00:10 ..
-rwxr-xr-x 1 admin admin 515 May 8 02:26 400.shtml
-rwxr-xr-x 1 admin admin 515 May 8 02:17 401.shtml
-rwxr-xr-x 1 admin admin 515 May 8 02:17 403.shtml
-rwxr-xr-x 1 admin admin 515 May 8 02:17 404.shtml
-rwxr-xr-x 1 admin admin 515 May 8 02:26 500.shtml
drwxr-xr-x 2 admin admin 4096 Jun 12 03:39 cgi-bin
drwxr-xr-x 3 admin admin 4096 Jun 12 03:40 domains
-rw-r--r-- 1 admin admin 541 Jun 13 02:09 index.html
-rw-r--r-- 1 admin admin 17376 Jun 13 02:08 sorry.gif
drwxr-xr-x 2 admin admin 4096 Jun 12 06:15 test
drwxrwxrwx 2 admin admin 12288 Jun 12 06:49 uploads
drwxrwxrwx 2 admin admin 12288 Jun 12 06:21 uploads_backup
-rw-r--r-- 1 admin admin 43157218 Jun 12 03:36 uploads.tar.gz

Also check out these confs:

www.sebsilas.co.uk/confs.zip

Httpd.conf= /etc/httpd/httpd.conf
Httpd2.conf= /usr/local/directadmin/templates/httpd.conf
Httpd3.conf=/usr/local/directadmin/data/users/admin/httpd.conf

Also worth mentioning that there are no .htaccess files lurking about.

Help is appreciated. Thanks.
 
Last edited:
Back
Top