just-a-blog

A bad blogging software that converts Markdown into PHP for some reason.
Log | Files | Refs | README | LICENSE

.htaccess (126B)


      1 DirectoryIndex index.php
      2 
      3 RewriteEngine On
      4 RewriteCond %{REQUEST_FILENAME} !-f
      5 RewriteRule ^(.*)/(.*)$ index.php?$1=$2 [NC,L]