[ic] Removing Session ID

William Fiore wfiore at aftermarketcellular.com
Sat Jan 28 19:11:37 EST 2006


Jon wrote:

>Try this:
>
>RewriteCond %{QUERY_STRING} a_aid
>RewriteRule .* %{REQUEST_URI}? [R=301]
>
>I believe the problem is that your (.*) match isn't a full URL or even an
>absolute URI (with a leading /) so it's not clear what to redirect to,
>and Apache must be ignoring it altogether.
>
>Note that adding the ? to remove the a_aid GET argument also removes any
>other GET arguments in the URL, which may or may not be what you want.

Jon,

This doesn't seem to work either. Do I need the () around the .* ?

Thanks

Bill


More information about the interchange-users mailing list