Con algo así
Código Apache:
Ver originalOptions +FollowSymLinks
DirectoryIndex procesa1.php
RewriteEngine on
RewriteCond %{REQUEST_URI} interna.html$
RewriteRule ^(.*)$ /procesa2.php [L]
para procesa1 no hace falta mod_rewrite, si es tu index ahi debe dirigirse si se tipea solo el dominio, luego sí, para interna.html creas una regla
Saludos