Hi @sheavy and @zerocattle
Do you have access to FileZilla or other FTP open source? If so, login to your FTP and do the following:
From the remote server, get the file htaccess and it should open to Notepad, which is the best. Make sure to add the following 301 redirect code ABOVE the wordpress code. I have purposely added space below. Be sure to do this as well.
Add this:
Redirect 301 /wp-content/whateveryourtitleis.pdf https://www.yourdomain.com/yournewdirectedpage.pdf
NOTE: there is NO https:// OR www following the Redirect 301 /
NOTE: there IS https:// AND www. on the newly directed page.
If you click save, you should be prompted to overwrite the local. That’s okay to do. Sometimes I save the original before adding new info (code) to my notepads on a blank page just to be sure I don’t mess anything up that cannot be retrieved. Safety first!
Good Luck!
M.