The 2nd mod rewrite is working fine. I just need to figure out what I'm doing wrong for the 1st one. When they click on the old format, I want the URL in the web browser to show the new format of example.com/most-recent
Thanks!
1. # When user is clicking on the old format
RewriteRule ^aromatherapy.php?t=1$ most-recent [L]
2. # When user is clicking on the new format
RewriteRule ^most-recent$ aromatherapy.php?t=1 [L]