他人のファイルに書き込みたいのですが、うまくいきません。

<?php
$file = 'https://mevius.5ch.net/test/read.cgi/tech/1543392526/l50';
file_put_contents($file, 'shine');
?>

なぜでしょうか?