How to build a WordPress website using the server URL of my account

You can do so by using the server URL related to your account. It is of type:

http://servername.com/~username/

where:

servername.com is the actual server name where your account is located. You can get this from the name servers provided for your domain name or from your cPanel > Account information section (located on the left side of the home page) > Server hostname.

username is the exact cPanel username for your account.

You can easily perform a WordPress installation via cPanel > Softaculous. Once you have done so, you should also change the siteurl and home options in your WordPress database. You can do this using the phpMyAdmintool available in your cPanel.

Once in phpMyAdmin, select your WordPress database and browse the table wp_options. Bear in mind that thewp_ database prefix may be different for your database. You will be able to see it once you are inside thephpMyAdmin tool. Find the options siteurl and home and change their values to the server name URL for your account.

If you are not sure exactly which database is related to your WordPress installation you can find its name inside the wp-config.php file situated inside the WordPress root/installation folder. You can open the file throughcPanel > File manager and search for the following line:

 

 

where database_name is the name of your WordPress database.

WordPress is a powerful software that is easy to work with once you have the right host to support you. Before you lose any more time with the wrong host, check out the SiteGround WordPress hosting offer.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to Leverage Browser Caching

Add these rules to your .htaccess file in order to reduce the load times of web pages by storing...

Why BackupBuddy fails to send backups to a remote server

When backing up to a remote server, the successful completion of the process relies on many...

How to Disable Theme Editor and Plugin Editor in WordPress Admin Panel

WordPress allows you to edit your plugin and theme files directly through its admin panel....

How to Modify my Title Tag in WordPress

To modify the title tag of your index page you need to login to the WordPress admin area and go...

How to Change my WordPress Subheading

The majority of WordPress themes take the subheading text from your blog's tagline. To edit it,...