By adding this code in .htaccess file
RewriteRule ^example.html$
http://www.yourwebsitename.com/index.php? [L,R=301]
example.html?id=7
example.html?id=14
example.html?id=17
example.html?id=6 ---- all these pages will redirect to index.php of your website without the extra string.