X-Git-Url: https://projects.mako.cc/source/scuttle/blobdiff_plain/cd5cb72f09ebcc2379d7f92fc00f6e62f221b658..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] +