ef206d7f799990cb030e2a43e45211e5f0cacdd9
[minimedit.git] / .htaccess
1 RewriteEngine  on
2 RewriteBase    /
3
4 # common php handler
5 RewriteCond    %{REQUEST_FILENAME} !-f
6 RewriteRule '' page.php%{REQUEST_FILENAME} [L]