hallo !
würde gerne mit htaccess alle *.html datei-anfragen des ordners so umformen, dass die datei index.html?sel=* aufgerufen wird?
leider klappt das hier nicht:
AddType application/x-httpd-parse .html
Action application/x-httpd-parse "./index.php?sel="
danke!