I have to translate this: http://*myurl*/feedback.php?rcode=1307954819&lang=it
in
http://*myurl*/index.php?option=com_cake&module=lodgings&task=feedback&id=1307954819
Can someone help me ? 🙂
Edit:
I have to write it in .htaccess so I need rewrite rules.
The rule above will rewrite
/feedback.php?rcode=1307954819&lang=itinto/index.php?option=com_cake&module=lodgings&task=feedback&id=1307954819without changing URL in address bar of the browser.If you need to change URL in address bar as well (to make a redirect) then change
[L]into[R=301,L]