Hi guys
I am using 1.1.0 and am trying to attach pdf documents but get the same error as above "Sorry, this page not exist" .doc files work ok. Would i have to include the same modification
In your .htaccess file replace this string:
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]
with this:
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.raw|/[^.]*)$ [NC]
or if i update to 1.1.1 will this do it?