1
mirror of https://github.com/jakejarvis/spoons.git synced 2025-06-29 03:15:40 -04:00

Error page handling

This commit is contained in:
2013-05-21 09:57:10 -04:00
parent ed87330236
commit 9bb977746b
2 changed files with 175 additions and 0 deletions

View File

@ -1,5 +1,7 @@
Options -indexes
ErrorDocument 403 /404.html
ErrorDocument 404 /404.html
#AddType application/x-httpd-php5 .pdf
RewriteEngine on

173
404.html Normal file

File diff suppressed because one or more lines are too long