Closed Thread Icon

Topic awaiting preservation: FTP Help (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=22918" title="Pages that link to Topic awaiting preservation: FTP Help (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: FTP Help <span class="small">(Page 1 of 1)</span>\

 
AuveeB
Obsessive-Compulsive (I) Inmate

From:
Insane since: Aug 2004

posted posted 08-13-2004 04:08

i got phpdev set up (thanx to all the help from others) now for some reason when people go to my site all they get is a forbidden error. It says u are not allowed to access "/" on this server or something. I was wondering how i can resolve this problem. I thought chmoding it would be the solution. So i downloaded a FTP Server (CuteFTP Secure Server To Be exact) and set it up. I logged on to it and tried to CHMOD it but heres what i got

STATUS:> Connecting FTP data socket 24.168.11.161:1114...
150 Opening ASCII mode data connection for file list.
226 Transfer complete. 129 bytes transferred. 129 bps.
STATUS:> Directory listing completed.
COMMAND:> SITE CHMOD 777 /public/recon
501 Command not understood.
ERROR:> Syntax error in parameters or arguments.
soo has anybody had this problem?
Are there other ways to ressolve it?
If so how?
Thank You
-Auvee

Skaarjj
Maniac (V) Mad Scientist

From: :morF
Insane since: May 2000

posted posted 08-13-2004 05:10

first of all, is your site on a domain? are you letting people access it directly from your internet IP? Does your ISP allow this?

DmS
Paranoid (IV) Inmate

From: Sthlm, Sweden
Insane since: Oct 2000

posted posted 08-13-2004 08:39

I've run phpdev for a couple of years now until I changed to Zends IDE that comes womplete with a server setup.

A standard install of phpdev will generate a forbidden error if you have your site in the normal root of the server. The apache config file is set up so only localhost or 127.0.0.1 (same thing) can access that.

What you do have is a folder called "public" in there, The standard install should let outsiders access a site in that folder.

You can always alter the settings in the apache config file if you want, but that's not simple if you are new to that. All the stuff on the public folder/restricted access parts is included in the installation, just read the instructions.

Also, with the setup on a windows machine, the chmod command will not work, that is a linux/unix command only.
/Dan

{cell 260}
-{ a vibration is a movement that doesn't know which way to go }-

(Edited by DmS on 08-13-2004 08:40)

AuveeB
Nervous Wreck (II) Inmate

From:
Insane since: Aug 2004

posted posted 08-13-2004 15:54

WOW thanx DMS

« BackwardsOnwards »

Show Forum Drop Down Menu