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
آیا این پاسخ به شما کمک کرد؟ 0 کاربر این را مفید یافتند (0 نظرات)

Powered by WHMCompleteSolution