Magento 301 redirect from non-www to www

Posted by Damodar Bashyal on April 12, 2012

 

Magento by default doesn't use 301 permanent redirection when redirecting website from non-www to www or www to non-www. It instead uses 302 temporary move. If you are looking for SEO benefit or get higher rankings on google, always use www or non-www version of your website otherwise your website will be penalize by google search engine, bing search engine and others as well.

So, how can you configure your website to use 301 permanent redirect instead of 302 temporary move?

More»

Strict Notice: Only variables should be passed by reference in Mysql.php

Posted by Damodar Bashyal on April 11, 2012

 

I just took one website live and to my surprise i got this error for the very first time.

Strict Notice: Only variables should be passed by reference in /home/technooze/public_html/lib/Varien/Db/Adapter/Pdo/Mysql.php on line 2658

More»

Magento problem accessing admin url

Posted by Damodar Bashyal on April 07, 2012

 

My colleague was struggling to access admin url. We looked for the issues but couldn't find any. After going through few forums we found this:

More»