|
Posted by Justin Koivisto on 05/11/05 18:28
frizzle wrote:
> I'm sorry,
> i cheered to early...
>
> Without '[QSA]':
> 'domain.com' gives a 400 error.
> 'domain.com?foo' gives a 400 error.
> 'domain.com/' gives 'index.php'
> 'domain.com/foo' gives 'index.php'
>
> With '[ QSA]'
> 'domain.com' gives a 400 error.
> 'domain.com?foo' gives a 400 error.
> 'domain.com/' gives 'index.php'
> 'domain.com/foo' gives 'index.php&foo' (should'nt that be
> 'index.php?foo' ?)
> 'domain.com/?foo' gives 'index.php&&foo' (should'nt that be
> 'index.php?&foo' ?)
>
> Thanks in advance.
>
Dunno... Try in alt.apache.configuration group, or try changing your method.
For instance, this is similar to what I use:
RewriteRule ^([^/]+)(/([^/]+))?(/([^/]+))?(/([^/]+))?/?$
x.php?v1=$1&v2=$3&v3=$5&v4=$7 [L,NS,QSA]
--
Justin Koivisto - justin@koivi.com
http://koivi.com
Navigation:
[Reply to this message]
|