php error: Allowed memory size of x bytes exhausted

If you are getting an error like “Allowed memory size of… in file /directory/folder/yourscript.php“, then you can use an .htaccess trick to resolve this problem. If this error does not go away even after you apply this .htaccess code, you should contact us and we will help you. Place this code in your .htaccess file […]

Read More

Redirect HTTP to HTTPS automatically using the .htaccess file

The latest version of chrome and firefox have started showing “Not Secure” warning in the address bar on the sites without SSL certificate. These certificates ensure that the sensitive data of your website’s visitors will be transferred over a secure and encrypted network.  So if your website has a valid SSL certificate, you need to redirect all your […]

Read More

What is 404 error ?

A 404 page is an error page that displays when someone tries to access a page that doesn’t exist on your website. Make sure that your files are in the correct folder and there is an index.html or index.php available.

Read More

What is a 301 or 302 redirect?

You can forward or mask a domain name to redirect it to another website. You can use either a 301 or 302 redirect. When you redirect your domain name using a 301 redirect, it sends visitors to the specified site with a “301 Moved Permanently” HTTP response. The HTTP 301 response code tells user-agents (including […]

Read More

What is data transfer / bandwidth?

Bandwidth and data transfer refer to data consumption of your website. Visitors, as they visit your site, download some of the content from your website. As the amount of visitors, or content increases, so does your bandwidth consumption. With some hosts, you have a fixed limit on how much bandwidth you may consume. With other […]

Read More

Inode Limits

INODE LIMITS What is inode? An inode is a data structure used to keep information about a file on your hosting account. The number of inodes indicates the number of files and folders you have. This includes everything on your account, emails, files, folders, anything you store on the server. What are the inode limits with […]

Read More