login/pass: error messages below page title
[minimedit.git] / .htaccess
index ef206d7f799990cb030e2a43e45211e5f0cacdd9..85cbe8f75d0bffee21ed03ba62354e22079628fe 100644 (file)
--- 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]