Custom folder with PDF files (not in WP Library) - Create url for each file
I have a folder mywebsite.com/wp-content/customUploads which contains hundreds of pdf files.
At this point the url to see a pdf file is for example: mywebsite.com/wp-content/customUploads/myfile.pdf
My goal is to have a url for each PDF file like: mywebsite.com/pdf-files/myfile.pdf
So if a user request the above url, the website will load the pdf file.
Is there a way to request the url:
- mywebsite.com/pdf-files/myfile.pdf
and this url is translated to the following, so the file could be loaded correctly?
- mywebsite.com/wp-content/customUploads/myfile.pdf
Topic url-rewriting pdf Wordpress
Category Web