Tag: apache


  • Change My colleague Mike already posted about 2010 being a year of change for him and I feel similar in some respect. Some things have recently changed and I’m already quite happy with the changes so I’m sticking with them this year. It’s a change in toolset for some of my tools, and more might be following.…

  • Quite often have I been staring at my virtualhost setup for the admin subdomain of this application, wondering why the hell it kept serving the frontend. I’d set the DirectoryIndex to backend.php, so why did it keep serving the frontend? There would be no reason for it to do that, it seemed to ignore my…

  • After moving to Textpattern, I had one tiny little problem: Everyone that subscribed to my RSS and Atom feeds wouldn’t know about the change. Luckily, zeroK came to the rescue. He suggested to use mod_rewrite and even helped me compose the write mod_rewrite code for it: ??RewriteRule ^rss.xml$ /rss [R,L]????RewriteRule ^atom.xml$ /atom [R,L]?? I tried…