• joannadel

    (@joannadel)


    Hello there,
    i know that there are many topics about changing domain names on multisites, believe i’ve read many of them and really tried to do it but i can’t.

    Fyi, i’ve never again used multisite installation.

    Now the main subject.
    I have created this multisite (cocoowa.gr) the problem is that when i created it, the DNS hadnt moved yet, so as you can see all it redirects you to the temporary domain name that was used for the previes of the site.

    How can i change that? Once again i mention that i’ve tried the search and replace in the database and all this stuff but in vain..
    Is domain mapping a solution?

Viewing 2 replies - 1 through 2 (of 2 total)
  • InterServer

    (@interservernet-web-hosting)

    Check if any redirection set in .htaccess file or in index.php. Also check if any CNAME record in the DNS zone of the domain.

    Thread Starter joannadel

    (@joannadel)

    Here are they…

    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]
    
    # END WordPress
    <?php
    /**
     * Front to the WordPress application. This file doesn't do anything, but loads
     * wp-blog-header.php which does and tells WordPress to load the theme.
     *
     * @package WordPress
     */
    
    /**
     * Tells WordPress to load the WordPress theme and output it.
     *
     * @var bool
     */
    define('WP_USE_THEMES', true);
    
    /** Loads the WordPress Environment and Template */
    require( dirname( __FILE__ ) . '/wp-blog-header.php' );
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change from temporary to primary ip on multisite’ is closed to new replies.