Mi dice "Connection error (Server dropped connection before the response was complete.)" qui => http://redbot.org/?uri=http%3A%2F%2F...a.org%2F__.php
Il contenuto del file php è:
Cosa sbaglio?Codice:<?php $file_content = file_get_contents("main_index.htm"); $length = strlen($file_content); header("Content-Length: ".$length); echo $file_content; ?>