c129f6940b7a1a05a10d3a4673f4454dd675f6bf
[scuttle] / .htaccess
1 Options +FollowSymlinks
2 AcceptPathInfo On
3 RewriteEngine On
4 RewriteBase /
5 RewriteCond %{REQUEST_FILENAME} !-f
6 RewriteCond %{REQUEST_FILENAME} !-d
7 RewriteRule ^([^/]+)/?(.*)      $1.php/$2       [L]

Benjamin Mako Hill || Want to submit a patch?