I would like to use .htaccess to point any calls to http://example.com/
to http://www.example.com
including whether a page is specified. That is, http://example.com/contact.html
would redirect to to http://www.example.com/contact.html
.
Can someone help with the syntax as I've tried different examples and it won't work.