
Originally Posted by
AndyJordaan
Thanks Bislewl, almost but not quite there.
Now I am getting a (firebug : 403 Network Error ) and on the browser screen it gives a Forbidden : You don't have permission to access /images/pdf/MS-KT-518.pdf on this server.
I have tried all variations of the string but get the same result
also
.htaccess rules
SecFilterInheritance Off
or
SecFilterScanPOST Off
just break the site
Andy
You need to add pdf to the allowed file formats in your .htacess file in the includes folder.
find a line that looks like the
Code:
<FilesMatch "(?i).*\.(js|css|html?|ico|jpe?g|gif|webp|png|swf|flv|xml|xsl|otf|ttf|woff|eot|svg|map)$">
and add 'pdf'
the actual line may be a little different depending on your ZC version
Bookmarks