Skip to Content.
Sympa Menu

discuss - Re: [opennic-discuss] OpenNIC Wiki

discuss AT lists.opennicproject.org

Subject: Discuss mailing list

List archive

Re: [opennic-discuss] OpenNIC Wiki


Chronological Thread 
  • From: Alex Hanselka <alex AT opennicproject.org>
  • To: discuss AT lists.opennicproject.org
  • Subject: Re: [opennic-discuss] OpenNIC Wiki
  • Date: Mon, 08 Oct 2012 17:21:58 -0500

If you really want multi-homed DNS, this fix fixed mine.

open wp-config.php and add on top this:

define( ‘WP_SITEURL’ , ‘http://’ . ( isset( $_SERVER[ 'HTTP_HOST' ]{ 0 }
) ? $_SERVER[ 'HTTP_HOST' ] : $_SERVER[ 'SERVER_NAME' ] ) );
define( ‘WP_HOME’ , WP_SITEURL );



On 10/8/2012 4:35 PM, Julian DeMarchi wrote:
> On 10/09/2012 01:20 AM, webmaster AT blockaid.me wrote:
>> Fyi, bit off-topic, but I'm pretty sure those plugins are now redundant
>> since wordpress has a multisite feature built into it.
>>
>> That being said, the domain mapping feature is purely for those running a
>> multisite blog (I.e. In the same fashion as wordpress.com). I do not
>> believe it is intended for singular sites.
>>
>> As previously suggested, you can only really have one domain per wp blog.
>> Any others you point to it will simply be redirected, even if a
>> corresponding vhost exists.
> Indeed you are correct. Wordpress has a config option for the domain you
> want to use. As this is OpenNIC's public site, the decision was made to
> use the .org address instead of the .glue.
>
> Unfortunate, but I understand why they did it like this.
>
> --julian
>
>
>
> --------
> You are a member of the OpenNIC Discuss list.
> You may unsubscribe by emailing discuss-unsubscribe AT lists.opennicproject.org


Attachment: signature.asc
Description: OpenPGP digital signature




Archive powered by MHonArc 2.6.19.

Top of Page