IlohaBlog: All "static" content files now are in shtml, not PHP. I decided to use Server Side Includes instead of PHP because:
- I don't have to worry about unauthorized PHP code being injected and executed
- It's possible to inject SSI but I doubt there's a whole lot of damage you could do.
- SSI is built into Apache (so content server doesn't require PHP)
- Performance (SSI seems much faster than PHP)
Of course, that also means all past permalinks are now stale, but well, this is pre-beta software...
Posted Wed, April 16, 2003 22:40 by dirvish
What does "stale" mean?
[moderate]