I'm having trouble with mod_rewrite and htaccess.. here's what I'm trying to do:
I'm trying to write up an .htaccess file that will allow me to set up static URLs that convert to dynamic URLs.
http://www.blahblah.com/gallery/3/39820
rewrites to
http://www.blahblah.com/gallery.php?id=3&pic=39820
Honestly, I don't have anything because I don't know if what I have has anything to do with that I'm trying to accomplish. I need some guidance!