Hi there. Does LiteSpeed not support the flag for mod_rewrite?
See Apache documentation here please:
http://httpd.apache.org/docs/current/rewrite/flags.html#flag_b
It would appear that LiteSpeed does not yet support this, because I get errors in my log when I attempt to use it. Is there a workaround?
See Apache documentation here please:
http://httpd.apache.org/docs/current/rewrite/flags.html#flag_b
It would appear that LiteSpeed does not yet support this, because I get errors in my log when I attempt to use it. Is there a workaround?
Code:
RewriteCond %{HTTP_HOST} example\.com$ [NC]
RewriteCond %{QUERY_STRING} (.*) [NC]
RewriteRule (.*) http://example.com/?array[u]=$1&array[q]=%1 [NC,B,R=301,L]