301 or 302

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

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

Thank you so much in advance for any help !!!

cainKuri