Help for this page
$url = "http://www.website.com/test.shtml"; print "Location: ",$url "\n";
$file="/var/apache/htdocs/test.shtml"; open(FILE,"$file"); ... print $_; } exit;