1

Topic: ABSPATH

I try to use MoWes portable on small home LAN. The themes wont load due to path "localhost/wordpress..." in output html. Where can I change this so the localhost is replaced with actual IP?

2

Re: ABSPATH

Sorry - solved it myself by defining:

define('WP_SITEURL', 'http://"ip-address"/wordpress/');
define('WP_HOME', 'http://"ip-address"/wordpress/');

in "wp-config.php"