<?php
$location = 'http://www.apectelwg.org';
header ('HTTP/1.1 301 Moved Permanently');
  header ('Location: '.$location);
  
  ?>