Hello guys, In the httpd.conf I removed the /w3c-validator/ before the "check" as follows: ScriptAlias /check /home/hab/www/html/validator/cgi-bin/check Now, the check button work ok. Howeve, the header and footer inclusion dose not work--ie my server does parse .html file but when check the document, and I get the result, the header.html and footer appears ok. Here is my http.conf ScriptAlias /check /home/hab/www/html/validator/cgi-bin/check ScriptAliasMatch /feedback(\.html)? /home/hab/www/html/validator/cgi-bin/sendfeedback.pl # This is the directory where you have the validator's *.html, *.css etc files. Alias /validator/ /home/hab/www/html/validator/htdocs/ <Directory /home/hab/www/html/validator/htdocs/> Options IncludesNOEXEC Indexes MultiViews AllowOverride None AddHandler server-parsed .html AddCharset utf-8 .html </Directory> <IfModule mod_headers.c> <Directory /home/hab/www/html/validator/htdocs/images/> Header set Cache-Control "max-age=604800" </Directory> </IfModule> -- OOzy Kubuntu-DapperReceived on Tuesday, 18 July 2006 19:26:29 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:58:57 UTC