Search Results for: http:

How to Change Nameservers in Google Domains

Google Domains provides domain registration for many different types of top-level-domains. You can use these domains with your InMotion Hosting account by simply changing the nameservers. The following guide will walk you through how to change the nameservers to point to InMotion Hosting. Changing Nameservers in Google Domains Login to your Google Domains account. If Read More >

How to Set Up Custom Nameservers for Resellers

With your reseller hosting account, you have the ability to set up custom nameservers. This means your customers can point their domains to your hosting account with your unique branding. Instead of using the InMotion Hosting default nameservers, your customers can use your custom nameservers. This procedure also works for dedicated hosting services and VPS Read More >

How to Install WordPress Manually

The easiest way to install WordPress is to use the WordPress Softaculous installation. This is available if you are an InMotion Hosting customer. If you are not, you must perform a manual installation. The following tutorial will walk you through a manual installation of WordPress. Create the Database Before we begin the installation of WordPress Read More >

Basic NGINX Commands

This short tutorial covers a few basic commands or tasks that can be performed with Nginx from the command line. Understanding the basic commands is the first step to understanding how to manage NGINX on your server. You can invoke the NGINX executable using the -s parameter. The correct syntax is as follows: Common Commands Read More >

Using The WordPress Loop

When developing WordPress themes, it’s important to know about the loop. The WordPress Loop is a function that grabs posts from your database, and allows you to display multiple posts on a page, such as the index page of a blog. There are many advanced variations of the loop, but in this article we’ll focus Read More >

Move Your WordPress Site to a New Server

Moving your WordPress site between servers can be a challenging technical task, but it is easier than you may think. In this article, we will cover the website migration of your WordPress website to a new server manually or with an XML file. There will also be further resources on moving your website from specific Read More >

How to Edit a Joomla 3 Template

Much like Joomla 2.5, the Joomla 3.x series includes a template editor available within the admin dashboard. The template editor allows you to edit your template directly within your browser. This is helpful and sometimes more efficient than editing files using ftp or another method. In this tutorial, we will walk you through the steps Read More >

Speed Up grep Searches with LC_ALL=C

When searching through large files or directories using grep, performance can sometimes be slow. One way to speed up grep searches is by setting the LC_ALL environment variable. This article explains how LC_ALL affects grep performance and how you can use it to optimize search speed. Understanding Locale and Internationalization Variables In a shell execution Read More >

MySQL Error 1064: You Have an Error in Your SQL Syntax

MySQL Error 1064 appears when the database engine cannot parse your SQL statement. The error message typically reads: “You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘…’ at line X.” The good news: this error always points to Read More >

How does the shared SSL work?

Please note: using the temporary domain/server name to generate an SSL certificate is rarely useful on modern configurations of cPanel. If you want a free SSL certificate that is specific to your domain name, see our article on the Complete Guide to cPanel’s auto-enabled forever AutoSSL. What is the Shared SSL? The Shared SSL bypasses Read More >

Recommended WordPress Security plugins

Security is one of the top priorities for website owners, and there are many different plugins available for WordPress to cover this need. Below are our recommended WordPress security plugins with the reasons that make them great.  Wordfence  As one of the most popular plugins in WordPress, Wordfence provides firewall protection and security scanning for Read More >

How to Check if a Cron Job is Running

A fairly common question about scheduled tasks that run in the background is, “Are they running?” These tasks, commonly known as cron jobs, need to run automatically for maintenance, backups, and other functional needs for the website and server. To determine if your cron jobs are running, you will need to distinguish between the scheduling Read More >

List of Programs in Softaculous Instant Installer

The Softaculous Instant Installer provides an easy way for you to install programs on your server. This allows you an easier method to maintain, update, remove, backup, and restore web applications on your web server. Softaculous comes with all of our shared hosting plans. cPanel-managed VPS/Dedicated server administrators can purchase Softaculous in the Account Management Read More >

How do I Upload a File to My Server?

When managing a website, you often need to upload files such as HTML pages, images, scripts, or backups to your server. There are several ways to do this, including cPanel, Control Web Panel (CWP), FTP, and SSH. This guide will walk you through each method so you can choose the one that best suits your Read More >

How to Align and Float Images with CSS

The formatting of Images and text is done using CSS. They can be aligned and floated to allow the images to be placed in particular locations on the page. Using these options will help you create content that is easier to understand. Aligned images do not wrap text around them. Aligning images will only position Read More >

What Is a Name Server?

In this article we’ll explain what a name server is, and how name servers are used to direct the traffic of your website to a specific web server at a web host. We’ll also go over InMotion Hosting’s public name servers, vanity name servers, and custom name servers. The terms name server and nameserver are Read More >

How to add Bootstrap to a Joomla 3.1 Template

Now that we have added CSS and JS files to the Joomla 3.0 template that we are creating, we will now add the necessary bootstrap files. While the necessary bootstrap files can be downloaded from the official site, Joomla 3.0 actually includes the necessary css and javascript bootstrap files as well. As a template developer, Read More >

Removing File Extensions using .htaccess

Lately, there seems to be a trend where designers want to cloak their file extensions from their visitors. For example, they want the URL domain.com/index.html to display as domain.com/index for whatever reason. Some like the way it looks, others believe it helps with SEO, and others believe it is better for security. I am unsure Read More >