I can't believe that I cannot figure this out.
I have:
http://nextvista.org/embed/player.phtml?id=1553
and I want it to be:
http://nextvista.org/embed/1553
Among other things, I've tried to put this in my HTACCESS:
Code:
RewriteBase /embed
RewriteRule ^([a-zA-Z0-9_-]+)$ /player.phtml?id=$1
I've been through a few other possibilities and I just can't seem to figure it out. Maybe I need to drink more coffee today. In the meantime, does anyone have any suggestions? Thanks!