RuleML / issues-ruleml

A repository solely for RuleML issues. No schemas or documents should be committed here.
3 stars 3 forks source link

2004.ruleml.org 404 errors and broken links #35

Closed greenTara closed 9 years ago

greenTara commented 9 years ago

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.