e2de6e8f7e
"Rename _all_ Policies from .php to .html and fix all links (was: Rename PolicyOnPolicy.php to .html)"
4 lines
107 B
PHP
4 lines
107 B
PHP
<?php
|
|
header('HTTP/1.0 301 Moved Permanently');
|
|
header('Location: CAcertCommunityAgreement.html');
|
|
exit();
|