Magento extension: rcah 0.2.0 is released

In previous version of rcah module, if “Use Canonical Link Meta Tag For Categories” is enabled in System >> Configuration >> Catalog >> Search Engine Optimizations, and if you set a root category as homepage, the homepage html head outputs a link like <link rel=”canonical” href=”http://MY_DOMAIN/catalog/category/view/s/URL_KEY/id/ROOT_CATEGORY_ID/” /> or if you set a subcategory as homepage… Continue reading Magento extension: rcah 0.2.0 is released

Install SSL certificate on Nginx step by step

Although I have installed SSL certificates for several times, every time I google step by step guide. So now I take my own note: Step 1: Generate key $ openssl genrsa -des3 -out verisign-mydomain.co.uk.key 1024 Generating RSA private key, 1024 bit long modulus ………………….++++++ …………………++++++ e is 65537 (0x10001) Enter pass phrase for verisign-mydomain.co.uk.key: Verifying… Continue reading Install SSL certificate on Nginx step by step