Brand new to the game, starting out solo. Got cuteftp cause a friend recommended it, connected to hosting server, tryin to do a php 301 redirect. Site is bare, so I entered the code
<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "www.blahblahblah.com" );
?>
with my site, saved as a php, and when i go there its still just parked with godaddy. Thanks
<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "www.blahblahblah.com" );
?>
with my site, saved as a php, and when i go there its still just parked with godaddy. Thanks