I am trying to redirect this page - www.disboards.com/search.php to www.disboards.com/searchbt.php
Search.php now consists of :
<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header("Location: http://www.disboards.com/searchbt.php");
?>
I am getting a blank page but if I show source I get the proper code, it just doesn't work
Is this a litespeed issue?
Search.php now consists of :
<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header("Location: http://www.disboards.com/searchbt.php");
?>
I am getting a blank page but if I show source I get the proper code, it just doesn't work
Is this a litespeed issue?