diff --git a/include/client/faq.inc.php b/include/client/faq.inc.php
index 35bf6d6bd4154610d73d489a764ad480243ecb59..c684fda771b03aec476768075297efe4537a843a 100644
--- a/include/client/faq.inc.php
+++ b/include/client/faq.inc.php
@@ -42,7 +42,7 @@ $category=$faq->getCategory();
     <strong><?php echo __('Attachments');?>:</strong>
 <?php foreach ($attachments as $att) { ?>
     <div>
-    <a href="file.php?h=<?php echo $att->file->getDownloadUrl(); ?>" class="no-pjax">
+    <a href="<?php echo $att->file->getDownloadUrl(); ?>" class="no-pjax">
         <i class="icon-file"></i>
         <?php echo Format::htmlchars($att->getFilename()); ?>
     </a>