DirectoryIndex dispatcher.php

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^([a-zA-Z0-9/]*)index\.html?$ $1
RewriteRule ^([a-zA-Z0-9/]*)(\.html?)?$ dispatcher.php?$1
