Forum Moderators: phranque
The problem is since the change I've been getting a lot of 404's, which I expected. Most of these are solved simply using something like:
Redirect 301 /component/option,com_weblinks/Itemid,35/catid,14/ http://www.somesite.com/someurl/
However some (one in particular) url's aren't playing friendly.
For instance:
/?option=com_rss&feed=RSS2.0&no_html=1 http://www.somesite.com/feed/
/\%3Foption\%3Dcom_rss\%26feed\%3DRSS2\.0\%26no_html\%3D1
But I'm afraid I'm out of my league here. Any suggestions would really be appreciated.
But now that I'm looking at my mod_rewrite cheat-sheet I don't see it listed as a directive.
Any suggestions on a rewrite rule that would handle this and am I still going to have problems with the characters? The redirect (with the 301 header codes) worked pretty good, but if it won't work I'd definately need to use a rewrite rule.
Jim