edit/page: editor notification of save results
[minimedit.git] / .htaccess
1 # no need to add trailing slashes, breaks edit scripts
2 DirectorySlash Off
3
4 RewriteEngine  on
5 RewriteBase    /
6
7 # common php handler
8 RewriteCond    %{REQUEST_FILENAME} !-f
9 RewriteRule '' page.php [L]