I want my domain to only contain domain.com and not www.domain.com How do I do a 301 redirect for all the www. pages?
You'll want to use HTaccess if you have apache as your server software. Thats probably going to be the only way that you can do it site-wide without individually tagging all the pages with a redirect code.
how to you log into your account? What is meant by htaccess is a file that is in your root directory which is name .htaccess
Htaccess isn't a program, its something that exists as a functionality within every apache webserver (and some others, I believe).