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
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