Hello everyone. So I've been dabbling with mod_rewrite and I've run into a snag.
I'm taking www.example.com/index.php?id=news and mapping it to www.example.com/news
Now my problem is that I already have a news directory in my file structure and it's defaulting to the index file found there. What I'm trying to do is allow the user to set the id themselves and I don't want my internal directory to affect their naming.