Add 404 page

Some rework Robots.txt
BugFixes controllers
This commit is contained in:
Дмитрий Шиманский
2023-10-22 15:44:06 +03:00
parent e4537fe81e
commit 76208767b2
7 changed files with 216 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
Layout = null;
this.Response.ContentType = "text/plain";
}
# /robots.txt file for http://www.hanselman.com/
# /Robots.txt file for httpы://yaflay.com/
User-agent: *
<environment include="Development,Staging">Disallow: /</environment>
<environment include="Production">Disallow: /* </environment>