I've got a PHP file containing only this :
<?php header( 'Location: http://www.yahoo.com'); ?>
Redirection works locally but not on my Blue Host server. Support department says I must change my PHP file's character encoding from UTF8 to ASCII and it will work. However I have no idea how to do that. Is there a free software that does it easily, or any other way ?
UTF-8 Without BOM-encoding.