Forum Moderators: phranque
All of a sudden, as of about 6 months ago, referrals are showing up in my log files with incorrect and incomplete URL's and I want to know if there is an "easy fix" for someone with very little knowledge of how stuff works on the server side of things.
My pages are all absolute URL's such as:
www.mysite.com/page.html
The problem is that scrapers and other less than desirable sites are listing my pages without the ".html" extension and those pages (to my annoyance) resolve properly!
Same thing for the home page which ends with .com ... it also resolves if you use .com/index.html
I'd like to know if I can stop the page from resolving properly unless the proper URL is used?
I'd also like to know why (after having my site on the internet for nearly 8 years) this problem just suddenly started to appear?
I'd appreciate any and all advice.
[edited by: Liane at 10:42 pm (utc) on July 19, 2006]
It says if you're using language negotiation, then files can be accessed without the extension.
I tried duplicating the effect on my server (apache 1.3) by adding "AddLanguage" directives to .htaccess but couldn't get it to work.