Re: [EMAIL PROTECTED] mod_rewrite passing arguments in url

2005-11-22 Thread Joshua Slive
On 11/22/05, Edu Miralles <[EMAIL PROTECTED]> wrote: > > > I need to > rewrite the url with the arguments between "-" onto a normal notation > to php. As the log says, the rewriting it's ok but after applicate the > rules, mod_rewrite splits the arguments, and at the end they are gone > > In this

[EMAIL PROTECTED] mod_rewrite passing arguments in url

2005-11-22 Thread Edu Miralles
I need to rewrite the url with the arguments between "-" onto a normal notation to php. As the log says, the rewriting it's ok but after applicate the rules, mod_rewrite splits the arguments, and at the end they are gone In this group I have found similar problems, but their workaround has not