Trouble with FTP

GEC: Discuss gaming, computers and electronics and venture into the bizarre world of STGODs.

Moderator: Thanas

Post Reply
Cosmic Average
Jedi Knight
Posts: 692
Joined: 2002-12-17 11:11am

Trouble with FTP

Post by Cosmic Average »

Hi, I don't seem to be able make a webapage. I keep getting a '403 Forbidden Page' message, even though the FTP thing claims the HTML files have been uploaded.

I use FireFTP with Firefox. The HTML file's made in Notepad.
User avatar
Faram
Bastard Operator from Hell
Posts: 5271
Joined: 2002-07-04 07:39am
Location: Fighting Polarbears

Post by Faram »

This is more likly a access problem on the webserver.

Do the files upload ok?
[img=right]http://hem.bredband.net/b217293/warsaban.gif[/img]

"Either God wants to abolish evil, and cannot; or he can, but does not want to. ... If he wants to, but cannot, he is impotent. If he can, but does not want to, he is wicked. ... If, as they say, God can abolish evil, and God really wants to do it, why is there evil in the world?" -Epicurus


Fear is the mother of all gods.

Nature does all things spontaneously, by herself, without the meddling of the gods. -Lucretius
User avatar
Mad
Jedi Council Member
Posts: 1923
Joined: 2002-07-04 01:32am
Location: North Carolina, USA
Contact:

Post by Mad »

Sounds like a permissions problem. Make sure the files are readable by everyone. I'm not sure how they're changed in your FTP client, but they probably look like this: "-rw-------" and they more than likely need to look more like "-rw-r--r--".
Later...
User avatar
phongn
Rebel Leader
Posts: 18487
Joined: 2002-07-03 11:11pm

Post by phongn »

do "chmod 644 [filename]" on your files, they currently aren't set up so that the public can view them.
Cosmic Average
Jedi Knight
Posts: 692
Joined: 2002-12-17 11:11am

Post by Cosmic Average »

Thanks for the replies. I appreciate your help and assitance. :D

When I try to change the thing from 744 to 644, it says: "500 CHMOD not understood".
User avatar
phongn
Rebel Leader
Posts: 18487
Joined: 2002-07-03 11:11pm

Post by phongn »

744 should work as well. Hrm, what are the permissions set to on the directory holding the files?
Post Reply