I need to modify a generated joomla url to another and htaccess seems like a nice way to do this. It’s just that I’m not too familiar with it :/
I need to make this url:
http://www.site.com/component/uddeim/?task=new&recip=190&nouserlist=141
Rewritten into this url:
http://www.site.com/community/messages?task=new&recip=190&nouserlist=141
?task=new&recip=190&nouserlist=141 << the number values are dynamic, meaning they change
anyone can help? Thank you…
Assuming you mean that your end users will enter
/component/uddeim/?...into their browsers, use:The
QSAflag indicates that the original query string should be appended to the new URL, preserving it in whatever for it may be in.