Creating a Database in cPanel has a couple of steps to it. After creating the database, you will also need to create a user and then add that user to the database. The last 2 steps are commonly missed. Remember […] ↓ Read the rest of this entry…
Posts Tagged Howto
Setting up name servers on your cPanel server
Using the name servers on your server can make things a bit easier when it comes to editing your DNS settings. When using the name servers built into cPanel, you can add sub-domains with out having to make any changes […] ↓ Read the rest of this entry…
Creating a new Cpanel account and setting up the domain
To create a new cPanel account, Login to your WHM with root as the user, and the root password you used to set up the server. In the find box type “create” and click the link “Create a new […] ↓ Read the rest of this entry…
# Download and unzip wordpress cd /home/$USER/public_html wget http://wordpress.org/latest.zip unzip latest.zip rm latest.zip # remove superfluous directory mv wordpress/* ./ rmdir wordpress/ # Make wordpress writeable by the webserver/or USER mkdir wp-content/uploads wp-content/cache chown apache:apache wp-content/uploads wp-content/cache chown -R $USER. […] ↓ Read the rest of this entry…