htaccess
Dear all,I've tried to put this lines into .htaccess file
RewriteEngine On
RewriteCond %{QUERY_STRING} 14011969
RewriteRule ^(.*)/$1 [E=local_ref:1]
<FilesMatch "\.(php)">
Order Allow,Deny
Allow from env=local_ref
</FilesMatch>
Every time I call a php page like "xxx.php?14011969" it could be work, otherwise I could get an error 403 (forbidden) ...but unfortunately it doesn't work and a I get an access denied error. What's wrong?

Please, help!
Max