By default, SellCloud configures WordPress to be accessed using any URL instead of redirecting the browser to a specific URL.

To change these values, you can edit your app's wp-config.php file and change the lines

define('WP_SITEURL', SP_REQUEST_URL);
define('WP_HOME', SP_REQUEST_URL);

to the URL you need them to be, for example:

define('WP_SITEURL', 'http://example.com');
define('WP_HOME', 'http://example.com');
Alert: For Control Panel Help & Tutorials, click here: Panel Tutorials
Was this answer helpful? 0 Users Found This Useful (0 Votes)

Powered by WHMCompleteSolution