]> projects.mako.cc - scuttle/blob - .htaccess
Restructure repository
[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?