Redirect one php page to an html page in Apache htaccess -


i need redirect .php page .html page. example http://localhost/contacts.php needs redirected http://localhost/contacts.html in apache htaccess.

redirect 301 /contacts.php /contacts.html