Clean URL 1.5 duplicate content

cajkan

Active Member
Last edited:

Mark

Administrator
Staff member
1) this was my fault, i forgot to update the version number when I added mysqli support you can safely ignore the message for now, i will fix on next update.

2) you would only get those duplicate URL's if you are generating those links somewhere on your site, you need to go through you site and see where you have these incorrect URL's. The plugin itself does not actually create URL's it simple allows rewrites. If you build bad links, they will be indexed so its very important to ensure all of your internal links are built accurate.

Your ?a=in URLS, should be blocked via robots.txt so they are followed but not index.

for example:
Code:
Disallow: /index.php?a=in*
Your case/Case issue I believe was discussed and resolved in the past, I would need to look up what the solution was but it should be quite easy to force all URL's to be lower case. I'll post back when I get some time to dig deeper
 
Top