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,...
Results for "PHP"
Often searched: Free hostingWordPressPHP How to transfer a domain
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 >...
Can I Manage my Database Created Through the Hosting Control Panel from my Personal Computer?
Access to the MySQL and PostgreSQL servers has been restricted on all shared hosting plans. If you want to manage your MySQL or PostgreSQL databases, please do so from the phpMyAdmin and phpPgAdmin...
Example Contact Form
Our servers require SMTP authentication, which in plain English means you will have to use any of your email accounts, created within the Email Manager > Email Accounts section from your control...
How to create a website?
You have created an account, and registered a domain but you still don’t have a website. Although we cannot provide you with a comprehensive guide on web development, in this article we would like...
How to create a database?
Databases are an important part of modern websites. They store all your website data (content, users, configuration). This is why we offer databases for all hosting plans, including the free plan....
What Is the Difference Between a Website, Hosting, and a Domain?
What you need to know: A hosting service offers computers that are always turned on and are perpetually connected to power and the Internet. You can rent such a computer and upload your website’s...
Free Hosting Content Filtering and How to Resolve 403 Error
You have created a free account with us, added a domain, and created a website. However, one or more of your pages return a 403 error and you can find out what the problem is. In this article, we...
What Is 500 Internal Server Error and How Can I Fix It?
The message 500 Internal Server Error is a popular HTTP status code that is sent by a server in response to a client’s request. If your web browser shows you a webpage containing this error, it...
What Is FTPS and How Does It Work?
FTPS, which is also referred to as FTP Secure and FTP-SSL, is an extension of the File Transfer Protocol (FTP). FTPS retains all functionality that is found in FTP but adds support for the...