Koozali.org: home of the SME Server

web page upload

derek

web page upload
« on: April 14, 2002, 07:06:34 PM »
does anyone know how to set permissions to the primary dir on ftp so that i can add more dir ie. images dir so that i can upload the images related to the html files in that dir. or like data dir. for the data i want. i keep getting access denied messages when i try to create new dir.

thanks

Derek

Terry Brummell

Re: web page upload
« Reply #1 on: April 14, 2002, 07:20:57 PM »
Derek, I think you're trying to create a new directory in the root of the primary site.  This is not allowed.  All your sub directories go with html or files and can be referenced from there.  For example, I've created a directory under the html directory called "images".  In my HTML code, to reference that directory I put:

src="images/brummnet.jpg"

Basically Apache see's the doc root as being "html" and you can reference your subdirectories from there.

Hope this answers your question.

Terry