Re: Conforming is such sweet sorrow (was: Re: The meaning of "representation" (was: HTTP URIs and authority))

Le 25 nov. 2007 à 11:12, Pat Hayes a écrit :
> The TAG gives me helpful advice, with a variety of scripts to use,  
> but all of these require me to modify the special file ".htaccess".  
> And I'm not allowed to do that: I don't have the permissions.

for this page http://www.ihmc.us/users/phayes/PatHayes
You may use PHP to modify some HTTP headers (the server supports PHP).
Apache/1.3.33 (Darwin) PHP/4.3.4 mod_perl/1.26 DAV/1.0.3

<?php
header("HTTP/1.1 404 Not Found");
?>

See http://www.php.net/header

--
Karl Dubost - W3C
http://www.w3.org/QA/
Be Strict To Be Cool

Received on Monday, 26 November 2007 03:19:19 UTC