@@ -0,0 +1,12 @@
location / {
if (!-e $request_filename) {
rewrite ^/(.[a-zA-Z0-9\-\_]+).html$ /index.php?mod=$1 last;
}
rewrite ^/pay/(.*)$ /pay.php?s=$1 last;
location ^~ /plugins {
deny all;
location ^~ /includes {
The note is not visible to the blocked user.