%a (any string) proxying problems

I would like to append "?m=1" to all Blogspot.com sites I visit; m=1 makes the blog load the mobile version.

Since I cannot make a multi-site proxy of the following type:

http://%h/%p?m=1

because I get a "The entered proxy scheme is invalid; it would apply to all hosts." error, I am forced to use

http://%a.%h/%p?m=1

and specify my hostname as blogspot.com.

Is this the way to match all subdomains on blogspot.com? E.g., would anexampleblog.blogspot.com redirect to

http://anexampleblog.blogspot.com/?m=1

? It doesn't work for me.

How is %a (any string matching) supposed to be used, anyways?

Thanks

This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.

Sign In or Register to comment.