Trunk, 0.7: Add patch [ 1597978 ] Missing tag rename for 0.7.2
[scuttle] / .htaccess
1 Options +FollowSymlinks
2 <IfDefine APACHE2>
3     AcceptPathInfo On
4 </IfDefine>
5 RewriteEngine On
6 RewriteBase /
7 RewriteCond %{REQUEST_FILENAME} !-f
8 RewriteCond %{REQUEST_FILENAME} !-d
9 RewriteCond %{REQUEST_FILENAME}.php -f
10 RewriteRule ^([^/]+)/?(.*)      $1.php/$2   [L]

Benjamin Mako Hill || Want to submit a patch?