404 errors report from Awstats (Oct/Nov 2014) shows only the expected crawler spam, except for the /%s 404 error that is supposedly referred from http://2004.ruleml.org itself.
The W3C link checker reports only a 500 error from
http://tmitwww.tm.tue.nl/staff/gwagner/RuleML-2003.html
in addition to some robot exclusion issues.
The redirect of 2004.ruleml.org is reported as a permament redirect (which is supposed to be updated).
I modified the .htaccess file to become
RewriteEngine on
RewriteCond %{HTTP_HOST} ^2004.ruleml.org$ [OR]
RewriteCond %{HTTP_HOST} ^www.2004.ruleml.org$
RewriteRule ^\/?$ "http:\/\/2004.ruleml.org\/ruleml-2004-cfp.html" [R=302,L]
This makes the redirect temporary. Also the escape of / is added - not sure if this is the source of the /%s error.
404 errors report from Awstats (Oct/Nov 2014) shows only the expected crawler spam, except for the /%s 404 error that is supposedly referred from http://2004.ruleml.org itself.
The W3C link checker reports only a 500 error from http://tmitwww.tm.tue.nl/staff/gwagner/RuleML-2003.html in addition to some robot exclusion issues. The redirect of 2004.ruleml.org is reported as a permament redirect (which is supposed to be updated). I modified the .htaccess file to become
RewriteEngine on RewriteCond %{HTTP_HOST} ^2004.ruleml.org$ [OR] RewriteCond %{HTTP_HOST} ^www.2004.ruleml.org$ RewriteRule ^\/?$ "http:\/\/2004.ruleml.org\/ruleml-2004-cfp.html" [R=302,L] This makes the redirect temporary. Also the escape of / is added - not sure if this is the source of the /%s error.