HR
Asked
Hello, good day.
The following folders do not have index files so they can be entered from the browser, you would have to put the default index.html that indicates "Directory access is forbidden".
/assets\downloads\
/assets\export\svglib\
/assets\export\temp\
/assets\logs\
/files\
/themes\default\admin\assets\pos\qz\
/themes\default\admin\assets\pos\qz\js\
/themes\default\admin\assets\pos\qz\lib\
/themes\default\admin\assets\styles\helpers\icheck\square\
Kind Regards
The following folders do not have index files so they can be entered from the browser, you would have to put the default index.html that indicates "Directory access is forbidden".
/assets\downloads\
/assets\export\svglib\
/assets\export\temp\
/assets\logs\
/files\
/themes\default\admin\assets\pos\qz\
/themes\default\admin\assets\pos\qz\js\
/themes\default\admin\assets\pos\qz\lib\
/themes\default\admin\assets\styles\helpers\icheck\square\
Kind Regards
- MSAnsweredHello,
The access is forbidden with `.htaccess` for `files`
There is `/assets/export/` and `/themes/default/admin/assets/pos/qz` can be deleted. There is no `download` folder in assets. The last one if from packages and just assets folder.
The directory listing can be disabled by server. You can refer to this [SO FAQ](https://stackoverflow.com/questions/2530372/how-do-i-disable-directory-browsing#answer-2530404)
Thank you - Login to Reply