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?
This is the official forum for MoWeS (www.mowes.chsoftware.net). Post your questions here!
You are not logged in. Please login or register.
Pages 1
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?
Sorry - solved it myself by defining:
define('WP_SITEURL', 'http://"ip-address"/wordpress/');
define('WP_HOME', 'http://"ip-address"/wordpress/');
in "wp-config.php"
Pages 1
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 3 official extensions. Copyright © 2003–2009 PunBB.