302 redirect and 301 redirect

Permalink
I have my site cheftech.ca and i add the two lines in my site.php file as this
define('BASE_URL', 'http://cheftech.ca');
define('DIR_REL', '');


in the websitehttp://web-sniffer.net/ I checked my URL with www and I get as result a Status: HTTP/1.1 301 Moved Permanently and if I check my URL without www I have as result a Status: HTTP/1.1 302 Moved Temporarily

If I add the www in the URL of my BASE_URL... I got from the results exactly the oposite...

What i would like is to keep the 301 wich seems better for SEO as far as i know, but in the results seems to give me the oposite

cainKuri