Khurshed Hasan's Profile-Web Developer,SEO adept, Power Transformer

Khurshed Hasan

Transformer & Power Transformer. Important aspects – for being adept. Part-01

Description : What is Transformer? A transformer is a static electromagnetic conversion device. It transfers electrical power with one voltage ( step-up/step-down) from one electrical circuit to another separated electrical circuit with another voltage ( step-down/step-up).The operating principle of transformer is based on Faraday’s Law of Electromagnetic Induction.  1. Electrical energy received by Primary winding […]

Read More

SEO: Technical Issue – Redirect

Description : HTTP to HTTPS (/ HTTPS to HTTP ) redirect is required to index only one version of a website as Google /search engines consider them separate URLs. (ex. http://khurshed.xyz to https://khurshed.xyz ) Redirect through the .htaccess file # HTTP to HTTPS redirect set upRewriteEngine OnRewriteCond %{HTTPS} offRewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

Read More