[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ic] Removing Session ID


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
_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.