Vergleich htaccess-nginx.txt - 1.8.6 - 1.8.14

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 2Zeile 2
location ~ /error.log 
{
deny all;

location ~ /error.log 
{
deny all;

 
}

# Note: You are able to rename the admin directory. If you've done that, you need to change it here too
location /admin/backups {
deny all;

}

rewrite ^/forum-([0-9]+).html$ /forumdisplay.php?fid=$1 last;

}

rewrite ^/forum-([0-9]+).html$ /forumdisplay.php?fid=$1 last;