Now I have your plugin uninstalled. Now the message you take when you try to access https://www.fashionbooksonline.com/ebooks/view/t/1eef412c1b597d6f4658934c8a8fec71?b=PM-EN-Women.pdf is Direct visits are not allowed.
Please sign in to the site of FashionBooksOnline and go to My eBooks page.
When I have your plugin installed and activated this link opens my WP 404 page..
In ebooks folder I have an htaccess with this content:
RewriteEngine On
#forbidden files
RewriteRule .*\.(ini|json)$ – [F,NC,L]
RewriteRule .*\.(pdf)$ – [F,NC,L]
#serve normal files
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ – [NC,L]
RewriteRule ^.*$ index.php [NC,L]
#RewriteRule ^/([^/]+)/([^/]+)/([^/]+)/?$ /index.php?lang=$1&module=$2&action=$3 [L,QSA]