Hey,
I have all pages in my site, coming from the DB, and I get urls like this:
enkeltwebdesign/index.php?sid=1&titel=FORSIDE
The name of my site:
Does someone know how to write the correct mod_rewrite, so I can change the urls to:
enkelt-webdesign.dk/forside (forside = home)
enkelt-webdesign.dk/webdesign (...)
etc etc
So I want to get rid of:
index.php?sid=1&titel=
And only pass this to the url: /forside
It is urgent, so I hope someone sees this as childs play, as I have never before made any regex related to Apache.
Thank you, I hope to hear from you
Regards, Klemme