Senti: htaccess

Beitrag lesen

AddType application/x-httpd-parse .html
Action application/x-httpd-parse "./index.php?sel="

Das funzt mit der RewriteEngine von Apache:

RewriteEngine on
RewriteRule ^([^/]+).html$ /index.php?sel=$1 [R,L]

Das sollte gehen
MfG