I already have htaccess redirection for all bad requests to custom/default 404 page:
ErrorDocument 404 /404.html
But still the site can be accessed like:
http://www.domain.com/index.html/http:/domain.com
It cause duplicate content issue and duplicate SEO tag issues. Any suggestions?