I want to make all my url's in the form "index.php?p=<name of page>&<additional info>" into "<name of page>.php?<additional info>"
I have figured out the regex to match all my pagess (i think)
How would I get that into mod_rewrite format?
I have figured out the regex to match all my pagess (i think)
Code:
index.php?p=[a-zA-Z0-9]{1,}&[a-zA-Z0-9&=]{1,}





