I can’t redirect a PDF URL to a content page on my WordPress site. PDFs are in /wp-content/uploads/. Tried plugins and .htaccess codes with no success.
E.g., redirect: /wp-content/uploads/2023/12/some-files.pdf to /my-content-page/.
or suggest some plugins that you think can redirect it. I have also tried cpanel redirection
Used various wp plugins to redirect
applied following rules in .htaccess
RewriteEngine On RewriteCond %{REQUEST_URI} ^/files/document1.pdf$ [NC] RewriteRule ^(.*)$ https://example.com/page1 [R=301,L]
user25673091 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.