| 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 from $ENV{PATH_INFO}. Using mod_rewrite can very easily become a very big mess, especially considering namespace of mod_perl scripts, internal redirects, trailing slashes and relative urls. Ime
- Converting pseudo URI to QueryString BeerBong
- Re: Converting pseudo URI to QueryString Joshua Chamas
- Ime Smits