• Resolved xhoun

    (@xhoun)


    Hi, I am still getting ‘Opps’ in Google Chrome. I have set up multisite sub domain and wildcard (*) DNS in cpanel. Its more than 72hrs after I set up the wildcard and I think it doesn’t finished propagating. I thought It is rarely to finished the propagation with in 72 hrs(3days), it’s almost 4 days now. What could be the problem? Having a hard time looking for answers in the internet.

    http://jobs.shotgator.com

    This is my .htaccess:

    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # add a trailing slash to /wp-admin
    RewriteRule ^wp-admin$ wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
    RewriteRule ^(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]

    # END WordPress

    This is my wp.config:

    /* Multisite */
    define( ‘WP_ALLOW_MULTISITE’, true );
    define(‘MULTISITE’, true);
    define(‘SUBDOMAIN_INSTALL’, true);
    define(‘DOMAIN_CURRENT_SITE’, ‘shotgator.com’);
    define(‘PATH_CURRENT_SITE’, ‘/’);
    define(‘SITE_ID_CURRENT_SITE’, 1);
    define(‘BLOG_ID_CURRENT_SITE’, 1);

    Hope somebody could help me with this.

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Multisite Subdomain Geeting 'Opps' in Chrome’ is closed to new replies.