Forum Moderators: phranque
Options +FollowSymlinks
# Iwant "http://www.encyclopirate.com/modules.php?name=Content&pa=showpage&pid=22" redirect to "http://www.encyclopirate.com/index.php?option=com_content&view=article&id=3&Itemid=5"
RewriteRule ^modules.php?name=Content&pa=showpage&pid=22 /index.php?option=com_content&view=article&id=3&Itemid=5 [R=301,L]
www.example.com/article-3-5 is a lot more usable than www.example.com/index.php?option=com_content&view=article&id=3&Itemid=5
Options +FollowSymlinks
RewriteCond %{QUERY_STRING} =name=Content&pa=showpage&pid=22
RewriteRule ^modules\.php$ /index.php?option=com_content&view=article&id=3&Itemid=5 [R=permanent,L]