What you need to know: Gutenberg features reusable blocks that allow you to quickly insert the same content with one click. You can mark any block or block pattern as reusable. You can find your...
Results for "PHP"
Often searched: Free hostingWordPressPHP How to transfer a domain
How to Manually Backup your Website?
Maintaining a website can be a hard task. If you are running a CMS such as WordPress, you need to keep your CMS, plugins, and themes up to date. In addition to that, you should also be backing up...
.TW
The .tw is the country code top-level domain for Taiwan. The domain was introduced in 1989 and is managed by Taiwan Network Information Center. There are over 2.5 million .tw domains registered...
How Do I Enable HTTPS on a Site Running WordPress 5.7 or Later?
What you need to know: A new feature in WordPress 5.7 and later allows you to quickly enable HTTPS on your website. The option is found in your Site Health settings. You just need to make sure that...
How to Reinstall WordPress?
As you might know, WordPress is a free open-source content management system (CMS). It is also one of the most used CMS both by novice and experienced web developers. When you first start using...
WordPress 404 Not Found
WordPress is a commonly used CMS and can be installed both on our Free and Premium hosting plans. The “404 Page not Found” is also a common error every website owner would run across. Luckily,...
WordPress Asking to Install Again
WordPress is a free Content Management System or CMS. It can be installed both on our Free Hosting and Paid Hosting plans. You can download WordPress from the official website here or you can...
How to Enable Outgoing Connections
Outgoing connections are a necessary feature for modern websites. They are used to establish a connection to external servers. In this article, we will review how to enable the outgoing connection...
How to Fix Error 503 Service Unavailable in WordPress
Ah! Now that you’ve created a website with WordPress, you can lay back and relax, and enjoy the child of your efforts, and constant searching in the free online WordPress guides. Suddenly, one day,...
How to Upload a Website to Your Hosting Account?
To get started, you will probably want to upload your site and test it on a free subdomain. Please go to your control panel Domain Manager menu and create a free subdomain on any of the domains you...
Enable Zend Ioncube Support for your Web Hosting Account?
This instruction applies only for paid hosting accounts and requires you to EDIT the php.ini file. Once you have opened the php.ini file scroll at the bottom where you will find a similar line...
How to Unzip Files Directly on the Server?
There are three ways to extract .zip files directly on the server: The first one is by using SSH -> Run the following command over SSH: unzip archive.zip The second way is with a PHP script....
How to Fix the “Parse error: syntax error, unexpected T_STRING…” Error
You will need to create a file ".htaccess" inside your domain directory (for example: /home/www/yourdomain.ext/.htaccess with the following contents: RemoveHandler .htm .html If you have a paid...
How to Access Database via the Hosting Control Panel?
To access your database follow these steps: Log in to your hosting control panel Open the Database Manager Click on the link for the phpMyAdmin for your MySQL database or the phpPgAdmin for...
Is the InnoDB Storage Engine Supported on AwardSpace’s Servers?
The InnoDB storage engine is supported on our hosting plans. You can change the storage engine for your table via phpMyAdmin. You can access the phpMyAdmin from the Hosting Control Panel >...