Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Testing local server with MAMP/wordpress on external device? Re: Testing local server with MAMP/wordpress on external device?

#134312
contentJones
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’);