Forum Moderators: phranque
I'm trying to get a nice looking URL using mod_rewrite, but I think I got a problem. I'm using different names and a different amount of variables on many of the pages on my website.
For example, one URL might look like this:
?cat=10&art=ARTICLE&id=99
And another like this:
?inc=main&style=blue
I way to solve my problem is using URLs like this:
/cat/10/art/ARTICLE/id/10 (which will be the same as?cat=10&art=ARTICLE&id=10)
How should the .htaccess file look like?
Welcome to WebmasterWorld!
Here's a search [google.com] to turn up some relevant threads.
Jim