or you could do this if you already have lots of galleries generated
Code:
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{REQUEST_URI} ^(/.+\.)html$ [NC]
RewriteCond %{DOCUMENT_ROOT}%1php -f
RewriteRule \.html$ %1php [NC,QSA,L]
ex:
http://www1.jaysbabes.com/reneeperez4/index.php
will work with
http://www1.jaysbabes.com/reneeperez4/index.html
without changing your galleries