Tuesday, July 15, 2014

Sometimes we want to install WordPress on a temporary url using IP address, not on the domain. But if you don’t know the process, it may cause of time wasting for you. So you have to know it properly. Today I’m going to tell you the process step by step.

At first, install WordPress on your root directory according to the process. Then go to phpmyadmin from your cPanel. Find the “wp_options” table into your database. Now change the “siteurl” under wp_options” table.

Suppose your site’s IP is http://29.78.89.91/ . You have to update wp_options set option_value = 'http://29.78.89.91/~username/' where option_name in ('siteurl', 'home');.

At the place of “username” use your own username of your hosting account. After completing this task, you will be able to access your WordPress site as well as it’s dashboard.


If you like this article, please share it to your friends and let them know how to do it. Thank you so much. 

0 comments:

Post a Comment