Ugh.. mod_rewrite makes me feel stupid. I just haven't wrapped my brain around it yet. :/
I have this url:
http://example.com/a/name/
...that I want to point here:
http://example.com/a/index.php?id=name
...where name
is what is getting passed to index.php
as the id
argument.
Anything I've tried results in either a 404 or a 500.. :(