estoy probando el Phoca Download. Para restingir la descargas a sólo usuarios registrados es recomendable poner los ficheros del acceso público.
Eb esta página dice que lo metas fuera del directorio public_html
Cita:
Files, which can be downloaded from your site, can be saved outside the public_html folder. This is needed e.g. in case you want to allow downloading for registered users only. In such case you should set the access right of the files to registered users and you should save the files outside the public_html folder, so it cannot be accessed by not registered users.
Cita:
Es decir, si la ruta de mi sitio es:f your site is running on linux server and your path to public_html folder is e.g.:
* /usr/home/your-username/public_html
then your path will look like the following path:
* /usr/home/your-username/
* /usr/home/your-username/public_html
then your path will look like the following path:
* /usr/home/your-username/
/usr/home/nombre-de-mi-dominio.es/web
¿debo crear una carpeta "descargas" (por ejemplo) al mismo nivel de "web"?
/usr/home/nombre-de-mi-dominio.es/descargas/
¿esto es seguro?
saludos