Hi,
I would like to do some 301’s but Ive got stuck with a few.
When I use this line on a regular url it works fine:
rewriteRule old-url http://www.mywebsite.se/new-url [R=301,L]
This action is impossible at url that starts with:
index.php?option=com_content&;view=article&;id=111;catid=86&;Itemid=633
(from old Joomla website)
The following error ive got: Disallowed Key Characters.
Thanks for any suggestions.