Code:
RewriteEngine on
RewriteBase /
RewriteRule ^(.*).html$ $1.php [L]
use this in your .htaccess file . So you have a file called glasses.php, it will be accessible under glasses.html. Just change all the links from .php to .html.
There is no real benefit, google is capable of indexing many types of pages.