Folders named ‘icons,’ click handlers, and a new repo
Two things I’ve learned recently: Don’t use “icons” as a folder name in a website directory if you’re on Apache. Everything inside will 404. Apparently Apache aliases any directory named icons to its own icons directory by default with no .htaccess override allowed. This falls into the “but why did it work on my computer?” […]