diff options
Diffstat (limited to 'www/.htaccess')
-rw-r--r-- | www/.htaccess | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/.htaccess b/www/.htaccess new file mode 100644 index 0000000..bd01047 --- /dev/null +++ b/www/.htaccess @@ -0,0 +1,7 @@ +php_value auto_prepend_file /www/includes/general.php +php_value output_buffering 1 +errordocument 404 /error404.php +errordocument 403 /error403.php +errordocument 401 /error401.php + +RedirectPermanent /cps.php http://www.cacert.org/policy/CertificationPracticeStatement.php |