Page 1 of 1

Setup for Files outside public_html

Posted: 09 Feb 2015, 20:52
by weltio
Hello,

what exactly do I have to do in order to save my files outside public_html?
My folders:

Code: Select all

/joomla
/download
So far I did this:

Code: Select all

joomla config:
enable ftp, root: /joomla

phoca download config:
absolute path: /download
(then I thought, the "/" in Phoca would be the "joomla-root", so I tried "../download" which didn't work either.

In both cases I can not access /download via the backend:
Warning

JFolder: :files: Path is not a folder. Path: /download/

JFolder: :folder: Path is not a folder. Path: /download/
Did I miss something?

Re: Setup for Files outside public_html

Posted: 12 Feb 2015, 23:31
by Jan
Hi, you need to set full path to your folder (full path set in your server, try to see your config.php and check the full paths, similar is used for the folder outside the public_html)
See:
https://www.phoca.cz/documents/17-phoca- ... tml-folder

Jan

Re: Setup for Files outside public_html

Posted: 13 Feb 2015, 14:04
by weltio
Thanks that worked - maybe you could point that out a bit more

Re: Setup for Files outside public_html

Posted: 15 Feb 2015, 00:46
by Jan
Ok