mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 19:06:49 -04:00
Add 451 page and prettify the 404 page
This commit is contained in:
parent
620c2c983f
commit
e2dcf97961
12 changed files with 38 additions and 3 deletions
|
@ -78,6 +78,7 @@ Define webroot /standardebooks.org/web
|
|||
ServerAlias www.${domain}
|
||||
DocumentRoot ${webroot}/www
|
||||
ErrorDocument 404 /404
|
||||
ErrorDocument 451 /451
|
||||
ErrorLog /var/log/local/www-error.log
|
||||
DirectorySlash Off
|
||||
RewriteEngine on
|
||||
|
|
|
@ -61,6 +61,7 @@ Define webroot /standardebooks.org/web
|
|||
ServerAlias www.${domain}
|
||||
DocumentRoot ${webroot}/www
|
||||
ErrorDocument 404 /404
|
||||
ErrorDocument 451 /451
|
||||
ErrorLog /var/log/local/www-error.log
|
||||
DirectorySlash Off
|
||||
RewriteEngine on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue