Developing Wordpress with a Temporary URL

There are a few cases where you might need use a temporary URL to access your Wordpress site so you need to go in and change site_url and home in the WordPress database i.e.

  1. Your domain isn't resovling to your hosting account yet so you need to use the temporary cPanel URL
  2. You can't log into the Wordpress Administrator Panel, because logging in takes you to a URL with your domain name in it and your domain isn't resolving
  3. You can't develop your new site at your domain name and so need to use the cPanel temporary domain while developing the new site

To use the cPanel temporary URL when developing your Wordpress site two updates are required in the Wordpress database.

Using phpMyAdmin which is found in the database section of your cPanel you open the Wordpress database and locate the table wp_options.

In the wp_options table you locate the option_name 'site_url' and change the domain name to your cPanel temporary URL (something like htttp://89.200.138.256/~username) and click Go to save the change.

In the wp_options table you locate the option_name 'home' and change the domain name to your cPanel temporary URL (something like htttp://89.200.138.256/~username) and click Go to save the change.

After this you should be able to view your Wordpress installation using the temporary URL.

  • 201 Users Found This Useful
Was this answer helpful?

Related Articles

How can I login to my hosting Control Panel?

Customer Hosting Control Panels can be accessed via each customers Storm Web Account. Once logged...

What PHP version is currently installed?

Version 5.x is currently installed on all cPanel servers. The exact version is detailed in the...

How can I easily install Wordpress, Joomla, PHPBB, Magento etc.?

In the Site Software section of each hosting Control Panel (cPanel) applications such as...

Into what directory do I upload my Website files?

Ater logging into your Home Directory via FTP or using the cPanel File Manager you will see a...

Can you recommend FTP software to upload site files?

The free to download and use Filezilla FTP software is probably one of the best FTP software...