Add robots.txt
This commit is contained in:
@@ -14,6 +14,7 @@ return [
|
||||
// URL, controller, action, view/title/description
|
||||
['/', 'IndexController', '', ''],
|
||||
['/img/captcha.jpg', 'IndexController', 'captcha', ''],
|
||||
['/robots.txt', 'IndexController', 'robots', ''],
|
||||
['/sitemap.xml', 'IndexController', 'sitemap', ''],
|
||||
['/login', 'LoginController', 'login', ['', 'Sign in', '']],
|
||||
['/reset-password', 'LoginController', 'reset', ['', 'Reset password', '']],
|
||||
|
||||
Reference in New Issue
Block a user