This guide will show you how to configure a temporary URL in WordPress. Quick Steps: Login to your cPanel account and open File Manager. Therein, in the root folder of WordPress, locate the wp-config.php file.
In the wp-config.php file, locate the lines that specify WP_HOME and WP_SITEURL and make the below changes:
Define(‘WP_HOME’,’http://IPADDRESS/~username’); Define(‘WP_SITEURL’,’http://IPADDRESS/~username’); Now