Download Not Working
-
Barry not sure what is happening but when I now go to this page https://www.gzconsultants.com/documents/bergen-tunnels-rehabilitation-a-success-after-all and click on the PDF, it wants to save and not open using Acrobat which is not a big deal. What is happening is that the the file says it’s corrupt. The error states
“Acrobat could not open because it is either not a supported file type or because the file has been damaged”
When I go to check the file in the admin “Download” or via FTP to that exact file it is not corrupt and opens and works.
THIS IS THE PDF DIRECT LINK
https://www.gzconsultants.com/wp-content/uploads/downloads/2012/03/Bergen-Tunnels-Rehabilitation-A-Success-After-All.pdfDOWNLOAD MONITOR LINK TO THAT POST ID-57
https://www.gzconsultants.com/download/57THE .HTACCESS FILE
————————————
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^download/([^/]+)$ https://www.gzconsultants.com/wp-content/plugins/download-monitor/download.php?id=$1 [L]
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
———————————————–
Let me know how to fix this please
- The topic ‘Download Not Working’ is closed to new replies.