.htaccess not forwarding query string

There was some isssue in gur’s novum projects and what we found that our .htaccess files is not forwarding query string to other pages and finally found a statement in .htaccess can help doing the same. We can use the following statement to do so.

Options -MultiViews

And can be used like this

Options -MultiViews
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^.*$ pahli.php [L]