Re: Converting pseudo URI to QueryString

2000-10-12 Thread Ime Smits
| I can convert pseudo URI kinda /band/134/ to /band.asp?id=134 via | mod_rewrite, but I want to configure this at runtime, without restarting | Apache... I want to use Apache::ASP further and get this ability... | Any advices ? Consider changing your naming scheme to band.asp/134 and get your id

Re: Converting pseudo URI to QueryString

2000-10-12 Thread Joshua Chamas
BeerBong wrote: > > Hello all! > > I learned that most search engines ignores scripts with query string > (Altavista for instance). Correct me if I wrong... > Most of my sites are several Apache::ASP scripts with query_string > parameters... They work with database. > I can convert pseudo URI ki

Converting pseudo URI to QueryString

2000-10-11 Thread BeerBong
Hello all! I learned that most search engines ignores scripts with query string (Altavista for instance). Correct me if I wrong... Most of my sites are several Apache::ASP scripts with query_string parameters... They work with database. I can convert pseudo URI kinda /band/134/ to /band.asp?id=13