Hi,
Sites like amazon have what look like static pages for example:
http://www.amazon.co.uk/exec/obidos/...268978-5527820
but these pages are infact dynamic as amazon has some sort of rewrite module installed to convert the /'s to & (variables).
If I wanted to change my PHP pages in this way using apache, how would I do it?
From this:
http://www.mysite.com/?page=articles...002&date=today
to this:
www.mysite.com/page=articles/id=10002/date=today
