[PHP] search engine friendly urls

2002-03-21 Thread Kelly Meeks
Does anyone have any ideas/info (or can you point me to) regarding how to make dynamic php content more search engine friendly (losing the '?' when dealing with url variables)? As a Cold Fusion convert, you could do something like this: http://www.blabla.com/dynamicpage.cfm/205 were 205 would

Re: [PHP] search engine friendly urls

2002-03-21 Thread Rasmus Lerdorf
You can do exactly the same thing with PHP. The 205 would show up in the $PATH_INFO variable. -Rasmus On Thu, 21 Mar 2002, Kelly Meeks wrote: > Does anyone have any ideas/info (or can you point me to) regarding how to make >dynamic php content more search engine friendly (losing the '?' when

[PHP] "Search Engine friendly" URLs (/ instead of ? or &) not working in CGI mode

2001-09-12 Thread Jobarr
Hello, I am running windows 2000, apache 1.3.20, and php 4.0.6. I am trying to set it up so that I could access my webpage as http://www.site.com/script/1/2 as opposed to http://www.site.com/script.php?var1=1&var2=2. I am using a method similar to the one descriped here: http://www.evolt.org/artic