X-Git-Url: https://projects.mako.cc/source/scuttle/blobdiff_plain/e3d34a49246237c9dbcb56db37d4f5807f87b01c..bce919af7b49bbd06223f79b8c37a53a3d263ff0:/.htaccess diff --git a/.htaccess b/.htaccess index af3cae9..89f6dfd 100644 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,5 @@ +# Rewrite clean URLs onto real files + Options +FollowSymlinks AcceptPathInfo On @@ -8,3 +10,4 @@ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}.php -f RewriteRule ^([^/]+)/?(.*) $1.php/$2 [L] +