So, I have a somewhat tricky question (at least I think it is tricky). I am somewhat familiar with using a .htaccess file to 301 redirect users to a page of my website when I have changed a name or path or whatever. I know this is good for SEO (page rank) and simply for being helpful to my visitors. I have a website now where we post a PDF newsletter every week or so, and then after about 6 months delete the file (simply to save clutter on the server, as the old ones are not of any useful archival value). I like that currently Google indexes my PDF files and would rather not robots.txt them out of the index. Unfortunately, when i go in and delete old PDF files, Google then notices them missing and the 404 issue arises. Is there a way to write some magic .htaccess command (or other technique) that will 301 redirect deleted PDF requests to a specific page (let's call it [
mysite.com...] so that even though THAT newsletter doesn't exist anymore, people may still find another one that is of interest (and any Google points will transfer as well). I don't want to do this with a custom 404 page because, while my users would be fine (i could display a list of current newsletters on the custom 404), Google would continue to punish my pagerank for constantly having broken pages. Thanks!