It is the same error, but the search engines must have the URL's cached and Joomla just hid the buttons from the front end.
Rather than spend any more time on it, I've created a mod_rewrite line to ignore all requests for PDFs:
Code: Select all
RewriteCond %{QUERY_STRING} ^(.*)format=pdf$ [NC]
RewriteRule .* / [L,QSA,R=403]