20 Oct 2006
typo permalinks in Mephisto 0.7
Update: This was definitely not the best solution. As Rick Olsen points out below, it’s possible to change the permalink style to /articles/:year/:month/:day in the settings. If you want to use Mephisto style URLs, but have Mephisto redirect Typo style permalinks, you add one line at the bottom of your environment.rb file:
Liquid error: No such file or directory – posix_spawnp
It turns out that Mephisto 0.7 adds a highly sophisticated (and pretty damn confusing) dispatching system. This means that simply adding a route that matches Typo permalinks isn’t enough anymore. I wound up having to edit the lib/mephisto/dispatch.rb file, like so:
Liquid error: No such file or directory – posix_spawnp
The center line is the only new one. Hopefully that helps.