You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Install as normal and have AllowOverride None in your site config for apache
What is the expected output? What do you see instead?
The upload/files folder is now viewable and is not blocked my the
upload/.htaccess file.
What version of the product are you using? On what operating system?
r561 on Ubuntu Server, which has the default configuration for /var/www to be
AllowOverride None.
Please provide any additional information below.
This could be fixed by providing an index.php file in upload/files and
disallowing the upload of any file with that name to the system, which would
not be a bad idea in itself.
If that is not an option, the installer should warn that AllowOverride is not
working and that it should be remedied.
Original issue reported on code.google.com by [email protected] on 7 Dec 2014 at 10:18
The text was updated successfully, but these errors were encountered:
I am aware of this, but the installation does not warn against it, so there
should be a fallback such as a blank index.html or index.php to prevent
misconfigured servers ruining all file security
Original issue reported on code.google.com by
[email protected]
on 7 Dec 2014 at 10:18The text was updated successfully, but these errors were encountered: