Open greenTara opened 10 years ago
I changed the redirect so that all requests in the subdomain are redirected to http://www.informatik.uni-trier.de/~ley/db/conf/rml/rml2002.html
RewriteEngine on RewriteCond %{HTTP_HOST} ^2002.ruleml.org$ [OR] RewriteCond %{HTTP_HOST} ^www.2002.ruleml.org$ RewriteRule ^\/? "http:\/\/www.informatik.uni-trier.de\/~ley\/db\/conf\/rml\/rml2002.html" [R=301,L]
http://2002.ruleml.org redirects to http://www.informatik.uni-trier.de/~ley/db/conf/rml/rml2002.html The 404 errors reported in cPanel are principally crawler spam looking for vulnerabilities: 404 errors
/index.php 19 - /page.php 19 - /main.php 18 - /home.php 13 - /administrator/index.php 2 - /%s 2 http://2002.ruleml.org/ /wp-login.php 2 - /user 1 - /admin.php 1
The only curious result is /%s supposedly coming from http://2002.ruleml.org/
The results of W3C's link checker on 2002.ruleml.org are
Code Occurrences What to do (N/A) 35 The link was not checked due to robots exclusion rules. Check the link manually, and see also the link checker documentation on robots exclusion. 403 1 The link is forbidden! This needs fixing. Usual suspects: a missing index.html or Overview.html, or a missing ACL. 500 1 This is a server side problem. Check the URI.
The 403 error is http://opendatacommons.org/licenses/by/summary/ The 500 error is http://www.informatik.uni-trier.de/~ley/img/bibtex.dark.16x16.png The best we can do in this case is report these errors to the site we redirect to.