Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
t3o
my.typo3.org
Commits
fa0cc4c1
Commit
fa0cc4c1
authored
May 21, 2019
by
Stefan Busemann
Browse files
[TASK] Add 404 and robots.txt
parent
455ae16b
Pipeline
#7044
passed with stages
in 2 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
config/sites/my/config.yaml
View file @
fa0cc4c1
...
...
@@ -20,5 +20,13 @@ languages:
hreflang
:
en-US
direction
:
'
'
flag
:
gb
errorHandling
:
{
}
routes
:
{
}
errorHandling
:
-
errorCode
:
'
404'
errorHandler
:
Page
errorContentSource
:
'
t3://page?uid=404'
routes
:
-
route
:
robots.txt
type
:
staticText
content
:
"
User-agent:
*
\r\n
Disallow:
/typo3/
\r\n
Disallow:
/fileadmin/
\r\n
Allow:
/typo3/sysext/frontend/Resources/Public/*"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment