Hi to all, I'm aware of all the canonical ways of getting clean URLs (www.mysite.com/getarticle?a=123 vs www.mysite.com/getarticle/123).
Those solutions include mod_rewrite, force_type and various configurations of apache, mostly.
Since I don't have access to such config on my shared hosting, is there any solution / hack to work around the limitation and get the work done? Thanks.