PHP redirect code not working on MacOS X 10.4.2
Have not changed or updated PHP on the Mac box, but I do wonder why this code does not work since it did on the webhost with same PHP version installed:
<?
header( "HTTP/1.1 301 Moved Permanently" );
header( "Location: $url_name" );
?>
Anyone knows where or what to tweak? 🙂