diff options
Diffstat (limited to 'stamp/.htaccess')
-rw-r--r-- | stamp/.htaccess | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/stamp/.htaccess b/stamp/.htaccess new file mode 100644 index 0000000..3ad2abb --- /dev/null +++ b/stamp/.htaccess @@ -0,0 +1,5 @@ +php_value auto_prepend_file /www/stamp/common.php +php_value output_buffering 1 +errordocument 404 /error404.php +errordocument 403 /error403.php +errordocument 401 /error401.php |