cacert-webdb/www/policy/CertificationPracticeStatement.php

4 lines
112 B
PHP
Raw Normal View History

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