X-Git-Url: https://projects.mako.cc/source/scuttle/blobdiff_plain/c20b44263a89d8bf1a78bfa632daaae3cb4f1da2..e3d34a49246237c9dbcb56db37d4f5807f87b01c:/.htaccess diff --git a/.htaccess b/.htaccess index c129f69..af3cae9 100644 --- a/.htaccess +++ b/.htaccess @@ -1,7 +1,10 @@ Options +FollowSymlinks -AcceptPathInfo On + + AcceptPathInfo On + RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule ^([^/]+)/?(.*) $1.php/$2 [L] +RewriteCond %{REQUEST_FILENAME}.php -f +RewriteRule ^([^/]+)/?(.*) $1.php/$2 [L]