简体   繁体   中英

Fillable Pdf files cannot be open in browser

I have serveral pdf files in server. All files successfully opened in browser except the fillable pdfs with editable forms. I got this error messsage from server.

Forbidden

You don't have permission to access /file/location...

I myself got solution of this problem. It was actually problem from server. Server doesnt give access to every kind of file format in my case simple pdf and fillable pdf.So when i add this below code in .htacccess. It solved .

<FilesMatch "^[^.]+\.(gif|jpe?g|png|pdf|doc|docx|txt|rtf|ppt|pptx|xls|mp4|mov|mp3|mpg|mpeg)$">

Satisfy Any Allow from all

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM