page: route requests through global php handler
[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]