• i enabled multisite on my wordpress website – http://wordpresswebdesign.company/

    subdomains are creating but they not working. default page is visible – http://kansascity.wordpresswebdesign.company/cgi-sys/defaultwebpage.cgi

    i create wildcard dns and check mod_rewrite in .htacess file
    .htaccess file code –

    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]

    may anyone help me?

Viewing 1 replies (of 1 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    That’s a server error, not a WP one. You set up subdomains wrong on your server.

    Also your domain name is in violation of the WP trademark.

    Your domain name includes ‘wordpress’ in the tld.

    This is in clear violation of the WordPress trademark: http://wordpress.org/about/domains/

    You need to change ‘wordpress’ to ‘wp’ or something else. Sorry.

Viewing 1 replies (of 1 total)
  • The topic ‘Multisite Not working’ is closed to new replies.