Yann222 Posted November 19, 2018 Share Posted November 19, 2018 (edited) I don't see any mention of this folder in the .htaccess file either. I'm assuming that this folder is some kind of hard locked for security reasons but if anyone could confirm (or deny) that I's appreciate it. edit: solved it. As it turns out there is a different .htaccess file in the CMS folder that only gives access to files with certain image and video extensions, i simply added "zip" to it and that did the trick <Files ~ "(?i)^.*\.(jpg|jpeg|gif|png|bmp|tiff|svg|pdf|mov|mpeg|mp4|avi|mpg|wma|flv|webm|zip)$"> order deny,allow allow from all </Files> Edited November 19, 2018 by Yann222 (see edit history) 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now