Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: derek 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
-
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