View Single Post
Old 07-06-2012, 09:01 PM   PM User | #2
tsguitar2004
Regular Coder

 
Join Date: May 2004
Location: San Jose, CA
Posts: 388
Thanks: 0
Thanked 0 Times in 0 Posts
tsguitar2004 is an unknown quantity at this point
I knew this would happen. I figured it out:
Code:
RewriteRule ^embed/([0-9]+)?$ embed/player.phtml?id=$1
I simply had it in the wrong spot in my .htaccess file so other rules were getting in the way. So if you're like me and running something like this on a WordPress install, put these rules immediately after this block:
Code:
<IfModule mod_rewrite.c>
RewriteEngine On
Thanks for stopping by!
__________________
-Challenge The Status Quo
-www.toddseal.com/rodin
tsguitar2004 is offline   Reply With Quote