Home › Forums › CSS › Testing local server with MAMP/wordpress on external device? › Re: Testing local server with MAMP/wordpress on external device?
May 7, 2013 at 1:57 am
#134312
Member
It can also be easier to change/troubleshoot by placing the settings in your wp-config file…
define(‘WP_SITEURL’,’http://your-site-url.com’);
define(‘WP_HOME’,’http://your-site-url.com’);