Guys. For the first time I come across such nonsense. Here is the code index.php
<?php header('Location: http://vk.com');
Actually all its content. Before the headlines do not display anything. There are no spaces. Does not work = \
Next are cheders too. In general, here is the whole code:
<?php header('Location: http://vk.com'); header('http 200 OK'); header('content-type: text/html; charset=utf-8');
So he directs me to the browser:
http 200 OK content-type: text / html; charset = utf-8
What the...? Maybe someone came across?
print()
. Only the "location...
" does not display) - Vitaly Kustov