why does "%23"(means "#") in request URL can't be resolved correctly on bluehost??
I have a Django project running under fastcgi on Bluehost. Pages like "http://domain.com/tags/c%23/" just doesn't work. It redirects to a new url like as "http://domain.com/t/tags/c/"??
How can I get it right?!!


