To redirect all www traffic to non-www URL - you need to add the following lines in .htaccess file: RewriteEngine On RewriteCond %{HTTP_HOST} ^www.example.com [NC] RewriteRule ^(.*)$ http://example.com/$1 [L,R=301] Replace example.com with your own domain name.
Continue readingCategory: Did you know?
Leaked: Mi 11 Pro – 108MP camera 120x zoom, Snapdragon 888
Xiaomi launched its Flagship Mi 11 early this month (January 2021) with record breaking sale in first few hours in China. The "Pro" version of this Flagship smartphone is likely to be released in near future and a set of renders most likely to be of Mi 11 pro have leaked online. The Mi 11…
Continue readingHow to recursively change Directory & File permission to 755 & 644 respectively
To change all the directories to 755 (drwxr-xr-x): find /directory_location -type d -exec chmod 755 {} \; To change all the files to 644 (-rw-r- -r- -): find /directory_location -type f -exec chmod 644 {} \;
Continue readingHow to force redirect http to https using .htaccess
If you have an SSL certificate installed and would like to force your website to load with https URL - you may add the following code in the .htaccess file (Linux based hosting): RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE] You need to place the .htaccess file in the home directory of your website.
Continue readingUSSD codes of GrameenPhone, Robi, Banglalink, Airtel, Teletalk
GrameenPhone Prepaid Balance Check : *566# Show SIM Number : *2# or *111*8*2# Package Check : *111*7*2# Minute Balance Check : *566*24#,*566*20#, *566*22# SMS Check : *566*2#, *566*18# MMS Check : *566*14# Data (MB) Check : *566*10#, *567# Call Me Back : *123*Number# Net Setting Request : *111*6*2# Miss Call Alert (On) : type START…
Continue readingHow to delete Windows.old folder after Windows 10 update
I always keep adequate space in the system Partition (most of the times "C" drive). Because, the empty space is required to store various system files or Temporary Application files. Not enough space on this partition can often slow down the computer. I had 50+ GB free space in this 100 GB partition and only…
Continue reading10 best Web Hosting companies – Plans & Pricing 2019
# 1 HostGator is the largest shared hosting service provider in the whole world. There are good reasons for which millions of clients host there websites with HostGator. There service quality and support is superb and that is what set's them apart from others. Following are their Shared hosting packages: Besides Shared hosting - HostGator…
Continue readingWhy email accounts get hacked and How to prevent it
As a web hosting professional, I often come across with issues where clients' email get hacked. It is not something tough to guess what the consequences are: Sends out thousands of spam emails Steals financial or other important documents Pretends to be actual email sender and commits forgery Email domains and IPs get blacklisted and…
Continue readingBangladeshi Passport – VISA free, On Arrival & eVISA Country list
Bangladeshi passport is one of the weakest Passports in the world. If you are one of the Bangladeshis - you probably are aware of the hassle of getting Visa when you intend to travel abroad. Fortunately, the doors are much welcoming for Bangladeshi passport holders in some of the countries. Here is the list of…
Continue readingDownload the favicon icon from any website
It is possible that you might like a favicon (yes the logo icon that is displayed in the browser tab) of a certain website. Now, normally most of the websites store it in the form of favicon.ico in the root directory of any website. So, you can just type in: http://domain.com/favicon.ico and download it when…
Continue reading