add .htaccess file to enable custom 404

This commit is contained in:
Robert Kaussow 2020-01-12 22:08:02 +01:00
parent 2122fd4732
commit 9cba7851ed
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
.env*
node_modules/
exampleSite/themes/
exampleSite/public/
# auto-generated files
layouts/partials/icons-svg-symbols.html

View File

@ -0,0 +1 @@
ErrorDocument 404 /404.html