X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/19cde41f182998a36cdac76d530881aaea24c719..d51bf78a63e3f313f3e5d2de46ffe6ecbf2e93c4:/.htaccess diff --git a/.htaccess b/.htaccess index ef206d7..85cbe8f 100644 --- a/.htaccess +++ b/.htaccess @@ -1,6 +1,9 @@ +# no need to add trailing slashes, breaks edit scripts +DirectorySlash Off + RewriteEngine on RewriteBase / # common php handler RewriteCond %{REQUEST_FILENAME} !-f -RewriteRule '' page.php%{REQUEST_FILENAME} [L] +RewriteRule '' page.php [L]