sniperman
04-20-2011, 07:13 PM
I'm vexxed, terribly vexxed.
I am having trouble with permissions in .htaccess. At one stage I installed a plug-in for site security and it protected from suspicious query strings. Some images like the one in the URL below
http://afentis.com/_images/forensic_experts.png&w=75&h=70&zc=1%22
I deleted an offending rewrite rule in .htaccess which caused the error above where the ? query string value is removed or replaced with the & character.
http://afentis.com/_images/forensic_experts.png?w=75&h=70&zc=1%22
This above is what should come up. But when I deleted the rewrite rule I didn't save a backup.
Does anyone know how to rewrite the condition above so & in the query string is replaced with ?
I am having trouble with permissions in .htaccess. At one stage I installed a plug-in for site security and it protected from suspicious query strings. Some images like the one in the URL below
http://afentis.com/_images/forensic_experts.png&w=75&h=70&zc=1%22
I deleted an offending rewrite rule in .htaccess which caused the error above where the ? query string value is removed or replaced with the & character.
http://afentis.com/_images/forensic_experts.png?w=75&h=70&zc=1%22
This above is what should come up. But when I deleted the rewrite rule I didn't save a backup.
Does anyone know how to rewrite the condition above so & in the query string is replaced with ?