News

back to news

.Htaccess Change Post Date: 03/16/2017

Hi all, There where some valid concerns expressed on the fact that we're using index in the root folder and not in the usual /public location. While we understand that very well, we still want to try to keep it easy for people on shared hosts. We're issuing a small .htaccess update rule which should effectively block any requests to .env or .htacess files in the root folder. Nginx users will need to adjust that accordingly in their configs like:

location ~ \.(env|htaccess)$ {
deny all;
}