Merge trunk fix for [ 1480341 ] Timezone Bug
[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?