Why are some files in public directory showing forbidden?
up vote
0
down vote
favorite
An ftp user uploaded some image files and I mv
them from his uploads Directory to virtualhost directory with other files that display online but these files do not display online Apache shows 403 forbidden
.
I tried chown
to change the ownership from that user but still they won't display. When I upload files to the same Directory they work fine. I don't get it
apache-http-server
New contributor
add a comment |
up vote
0
down vote
favorite
An ftp user uploaded some image files and I mv
them from his uploads Directory to virtualhost directory with other files that display online but these files do not display online Apache shows 403 forbidden
.
I tried chown
to change the ownership from that user but still they won't display. When I upload files to the same Directory they work fine. I don't get it
apache-http-server
New contributor
1
can you send listings of both ftp user's and your files to compare, eg.ls -al
? did you verify.htaccess
for rules which may forbid access?
– maoizm
Nov 14 at 13:12
Here we see read write access is different but I don't understand it enough to know why these files won't share online... Also I know someone will yell at me for using root...
– Adam
Nov 16 at 14:18
rw-r--r-- 1 root root 70938 Aug 1 13:04 WWE.us.png -rw-r--r-- 1 root root 30280 Aug 1 13:04 YESNetwork.us.png -rw-r--r-- 1 root root 5705 Aug 1 13:04 YesTV.us.png -rw------- 1 jayzee jayzee 45231 Nov 12 11:41 AtlantaHawks.us.png -rw------- 1 jayzee jayzee 72189 Nov 12 11:41 BostonCeltics.us.png
– Adam
Nov 16 at 14:20
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
An ftp user uploaded some image files and I mv
them from his uploads Directory to virtualhost directory with other files that display online but these files do not display online Apache shows 403 forbidden
.
I tried chown
to change the ownership from that user but still they won't display. When I upload files to the same Directory they work fine. I don't get it
apache-http-server
New contributor
An ftp user uploaded some image files and I mv
them from his uploads Directory to virtualhost directory with other files that display online but these files do not display online Apache shows 403 forbidden
.
I tried chown
to change the ownership from that user but still they won't display. When I upload files to the same Directory they work fine. I don't get it
apache-http-server
apache-http-server
New contributor
New contributor
edited Nov 14 at 13:21
Ahmed Ashour
986610
986610
New contributor
asked Nov 14 at 12:52
Adam
1
1
New contributor
New contributor
1
can you send listings of both ftp user's and your files to compare, eg.ls -al
? did you verify.htaccess
for rules which may forbid access?
– maoizm
Nov 14 at 13:12
Here we see read write access is different but I don't understand it enough to know why these files won't share online... Also I know someone will yell at me for using root...
– Adam
Nov 16 at 14:18
rw-r--r-- 1 root root 70938 Aug 1 13:04 WWE.us.png -rw-r--r-- 1 root root 30280 Aug 1 13:04 YESNetwork.us.png -rw-r--r-- 1 root root 5705 Aug 1 13:04 YesTV.us.png -rw------- 1 jayzee jayzee 45231 Nov 12 11:41 AtlantaHawks.us.png -rw------- 1 jayzee jayzee 72189 Nov 12 11:41 BostonCeltics.us.png
– Adam
Nov 16 at 14:20
add a comment |
1
can you send listings of both ftp user's and your files to compare, eg.ls -al
? did you verify.htaccess
for rules which may forbid access?
– maoizm
Nov 14 at 13:12
Here we see read write access is different but I don't understand it enough to know why these files won't share online... Also I know someone will yell at me for using root...
– Adam
Nov 16 at 14:18
rw-r--r-- 1 root root 70938 Aug 1 13:04 WWE.us.png -rw-r--r-- 1 root root 30280 Aug 1 13:04 YESNetwork.us.png -rw-r--r-- 1 root root 5705 Aug 1 13:04 YesTV.us.png -rw------- 1 jayzee jayzee 45231 Nov 12 11:41 AtlantaHawks.us.png -rw------- 1 jayzee jayzee 72189 Nov 12 11:41 BostonCeltics.us.png
– Adam
Nov 16 at 14:20
1
1
can you send listings of both ftp user's and your files to compare, eg.
ls -al
? did you verify .htaccess
for rules which may forbid access?– maoizm
Nov 14 at 13:12
can you send listings of both ftp user's and your files to compare, eg.
ls -al
? did you verify .htaccess
for rules which may forbid access?– maoizm
Nov 14 at 13:12
Here we see read write access is different but I don't understand it enough to know why these files won't share online... Also I know someone will yell at me for using root...
– Adam
Nov 16 at 14:18
Here we see read write access is different but I don't understand it enough to know why these files won't share online... Also I know someone will yell at me for using root...
– Adam
Nov 16 at 14:18
rw-r--r-- 1 root root 70938 Aug 1 13:04 WWE.us.png -rw-r--r-- 1 root root 30280 Aug 1 13:04 YESNetwork.us.png -rw-r--r-- 1 root root 5705 Aug 1 13:04 YesTV.us.png -rw------- 1 jayzee jayzee 45231 Nov 12 11:41 AtlantaHawks.us.png -rw------- 1 jayzee jayzee 72189 Nov 12 11:41 BostonCeltics.us.png
– Adam
Nov 16 at 14:20
rw-r--r-- 1 root root 70938 Aug 1 13:04 WWE.us.png -rw-r--r-- 1 root root 30280 Aug 1 13:04 YESNetwork.us.png -rw-r--r-- 1 root root 5705 Aug 1 13:04 YesTV.us.png -rw------- 1 jayzee jayzee 45231 Nov 12 11:41 AtlantaHawks.us.png -rw------- 1 jayzee jayzee 72189 Nov 12 11:41 BostonCeltics.us.png
– Adam
Nov 16 at 14:20
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Adam is a new contributor. Be nice, and check out our Code of Conduct.
Adam is a new contributor. Be nice, and check out our Code of Conduct.
Adam is a new contributor. Be nice, and check out our Code of Conduct.
Adam is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1375305%2fwhy-are-some-files-in-public-directory-showing-forbidden%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
can you send listings of both ftp user's and your files to compare, eg.
ls -al
? did you verify.htaccess
for rules which may forbid access?– maoizm
Nov 14 at 13:12
Here we see read write access is different but I don't understand it enough to know why these files won't share online... Also I know someone will yell at me for using root...
– Adam
Nov 16 at 14:18
rw-r--r-- 1 root root 70938 Aug 1 13:04 WWE.us.png -rw-r--r-- 1 root root 30280 Aug 1 13:04 YESNetwork.us.png -rw-r--r-- 1 root root 5705 Aug 1 13:04 YesTV.us.png -rw------- 1 jayzee jayzee 45231 Nov 12 11:41 AtlantaHawks.us.png -rw------- 1 jayzee jayzee 72189 Nov 12 11:41 BostonCeltics.us.png
– Adam
Nov 16 at 14:20