View Single Post
Old 07-06-2012, 07:53 PM   PM User | #1
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
[SOLVED] Surely A Simply Rewrite

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!
__________________
-Challenge The Status Quo
-www.toddseal.com/rodin

Last edited by tsguitar2004; 07-06-2012 at 09:05 PM..
tsguitar2004 is offline   Reply With Quote