|
Hello all,
I am working on a new site using Joomla and K2. Some of the links have an " ' " included...for example domain.com/category/story-about-abcmarket's.
We are using Joomla's mod rewrite in the htaccess file and no other sef component (i.e. sh404SEF) and we prefer to continue the same setup.
When someone promote the link (say on Facebook), the link changes to: domain.com/category/story-about-abcmarket%E2%80%99s
I have changed the name of the file and set up 301 redirects in the htaccess file. So the entry looks like this:
redirect 301 /category/story-about-abcmarket%E2%80%99s
http://domain.com/category/story-about-abcmarkets
The problem is that domain.com/category/story-about-abcmarket%E2%80%99s is still active so both that link and the new link (domain.com/category/story-about-abcmarkets) are still active.
Luckily the site is still new so we don't have many links to update and I now know not to include ' in the title alias in future articles.
If anyone know if it's possible to redirect "%E2%80%99s" links and can let me know we would greatly appreciated.
Thanks in advance.
|