Forum Moderators: phranque
Hope I'm making my question clear.
Thanks,
warpoet
Your question is clear, but you are confusing file extentions(.html, .htm, .php, ,asp, etc.) with TLDs(.com, .co.uk, .net, .tv, etc.).
If you have access to your .htaccess file, you can add this line to force .html/.htm pages to parse for PHP code.
AddType application/x-httpd-php .php .php3 .phtml .html
What type of redirect did you use?