Can anyone help me out with this coding issue?
I am trying to convert a URL from:
/state.php?stateurl=value
to:
/state/value
I'm quite certain that this is done through a RewriteRule, but all of the other instances I've been using with the .htaccess only involve integers. Here, it is alphanumerics.
What would the syntax need to be for this line?
Thanks,
- Eric