AddType application/x-httpd-php .php .html
Bu linklerin tümünü (.php uzantılı) html yapar (yapmaktan kastım öyle gösterir) yani clients.php yi clients.html şeklinde alttaki ise sizin istediğiniz
# dosya_adi: .htaccess
Options +FollowSymLinks
RewriteEngine on
#rewritebase /

RewriteRule ^index.html$ index.php [L,NC] 
RewriteRule ^urun-hizmet-yonetim.html$ clientareadetails.php [L,NC] 
RewriteRule ^sitemap.xml$ sitemap.php [L,NC] 
Options All