I was having a difficult time finding information on how to password protect a directory in WordPress without it throwing a 404 not found error. After lots of searching and multiple examples across lots of other sites, here’s the short and sweet version, all in one place. Step 1: Create a file called 401.html and […]
Redirect mp3 Files to Download Instead of Stream
Here’s a quick hit that may prove useful. We had a need to have mp3 files default to offering the ability to save the file rather than stream it using the browser default player. I realize you can right click/save as, but this not the most user friendly solution. When the goal is to make it […]
Linux 301 Redirect Code
I constantly find myself needing .htaccess code for a 301 redirect of some kind. I frequently Google to find what I need. Eventually I bookmarked a couple sites for easy access. However, I finally decided to make the information more readily available and saved a txt file in my code library. No idea why it […]