index index.php index.html index.htm;
try_files $uri $uri/ index.php$uri =404;

location ~ /\.ht {
  deny all;
}
