cacert-webdb/www/policy/AssurancePolicy.php
Wytze van der Raay e2de6e8f7e Fix for https://bugs.cacert.org/view.php?id=1131
"Rename _all_ Policies from .php to .html and fix all links (was: Rename
PolicyOnPolicy.php to .html)"
2015-01-08 15:02:47 +00:00

4 lines
No EOL
97 B
PHP

<?php
header('HTTP/1.0 301 Moved Permanently');
header('Location: AssurancePolicy.html');
exit();