View Single Post
Old 12-28-2003, 02:51 PM  
cj-design
Confirmed User
 
Join Date: Apr 2003
Location: England
Posts: 378
URL Cleanup (&, ? to / )

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

cj-design is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote