.htaccess URL rewriting challenge
问题 I'm having trouble with some URL rewriting. All of the stuff below works fine, but I need to add a rule which removes querystrings from URLS. site.com/page?a=b will become site.com/page Can someone help out? I have done some reading on .htaccess but I find it terribly complex. Also, will need to know where in the file my new directives should appear. Thanks. # EE 404 page for missing pages ErrorDocument 404 /index.php/404/index # Simple 404 for missing files ErrorDocument 404 "File Not Found"