X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/ab89443fa6d3a9e13476dae2a3a6c23d13ccf9b0..19cde41f182998a36cdac76d530881aaea24c719:/.htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..ef206d7 --- /dev/null +++ b/.htaccess @@ -0,0 +1,6 @@ +RewriteEngine on +RewriteBase / + +# common php handler +RewriteCond %{REQUEST_FILENAME} !-f +RewriteRule '' page.php%{REQUEST_FILENAME} [L]