add .htaccess file to enable custom 404
This commit is contained in:
parent
2122fd4732
commit
9cba7851ed
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,6 +2,7 @@
|
|||
.env*
|
||||
node_modules/
|
||||
exampleSite/themes/
|
||||
exampleSite/public/
|
||||
|
||||
# auto-generated files
|
||||
layouts/partials/icons-svg-symbols.html
|
||||
|
|
1
exampleSite/static/.htaccess
Normal file
1
exampleSite/static/.htaccess
Normal file
|
@ -0,0 +1 @@
|
|||
ErrorDocument 404 /404.html
|
Loading…
Reference in a new issue