AddType application/x-httpd-php .html .htm

RewriteEngine On
RewriteBase /
RewriteRule ^([^/]+)\.html$ /flag_flashcards/index.php?c=$1 [L,QSA]

# RewriteRule ^([^/]+)\.html$ index.php?e=$1 [L,QSA]
