I’m guessing you have an extra https// in your site configuration somewhere.
If you look in wp-config.php you should have
define( 'MULTISITE', true );
define( 'DOMAIN_CURRENT_SITE', 'www.maxray.com.tr' );
define( 'PATH_CURRENT_SITE', "https://wordpress.stackexchange.com/" );
and in the database table wp_site you should have
id | domain | path |
---|---|---|
1 | www.maxray.com.tr |
/ |
In particular neither copy of your domain here should be https://www.maxray.com.tr/
– no https:// and no trailing /, just www.maxray.com.tr
.
If it’s not that, then you probably have a bad filter somewhere (e.g. network_site_url) that’s trying to prefix your domain with https// (without the colon). I’d search your mu-plugins folder for that.
Related Posts:
- Add additional Network constants to wp-config.php dynamically
- How do I change the Multisite URL?
- Post and Page Inheritance to subsites in a WordPress Network
- Roles other than Super admin accessing manage_network_themes
- How to add super admin to all sites
- Listing of all site options in dashboard
- Multisite: How to store global options vs. site options?
- Single-user registration to access all sites in WordPress MultiSite Network
- WPMU vs WordPress MultiSite is there a difference anymore?
- Generate a user list per site to communicate upgrade plans
- Timeout While Upgrading Network in Multi-site
- “Upgrade Network” error: stuck with SSL certificate verification
- Add new domain to ‘My Sites’ using network admin
- Favicon plugin for WordPress running in network mode (multisite)? [closed]
- No Network/Super admin after enabling Network
- Problem in Internationalizing a plugin built for network level usage
- Multisite network admin – URL / redirect error
- Change Username?
- Why does the My Site dropdown show only a single domain?
- WP Multisite – domain mapping to domain.com and separate site to domain.com/help
- Is there a way to run upgrade.php for one blog?
- Include only a domain path in multisite Network
- Possible to enqueue scripts and CSS to Multisite Network dashboard?
- Adding new sites to Multisite won’t register in Dashboard
- WordPress Network admin options page: how to store options and where will they be stored?
- Multi-Site Subdomain: Show master site under subdomain if no sub site exists
- How to force change Network site multi language subdirectory base URL?
- Merge Multisites with Shared Network Media Library
- Multisite Subdirectory with same domain subdomain
- How to create a Multi-Network subsite?
- Create Custom Multisite User Role to Reduce Capabilities
- Renaming admin user on multisite install by MySQL
- HTTPS Warning and Certificate Error when Updating Network
- Multisite, with virtual root
- How to exclude specified from all list of Multisite
- How to wordpress multi site [closed]
- Network of multisites in WordPress, create new site with all the contents of the main
- How do I check if the user is a site owner in a network?
- Locking one blog of many in a multi user/blog WordPress installation
- Programmatically creating site in a network
- switch_to_blog() not functioning while querying post_types, Why?
- WordPress Multisite with subdomains on different domains
- Can’t create a subdomain network – and WP is installed in webroot, not a folder
- How to have one installation at blog.example.com and multiple blogs in sub folders such as blog.example.com/userA?
- Forward and mask a WordPress website
- WordPress multisite with same content
- Can I use the same Folder name as a Multisite Blog?
- unable to access network admin of a blog
- Website not listed under Sites (in a Network environment)
- Sites network with sub-folders
- How can I create network with different domains?
- multisite – unable to connect to network administration
- Add Network Sites are not working
- Getting stylesheet error after setting subdomain to false in multisite
- Admin users not able to see network menus
- How to hold posts and accounts for moderation on WordPress Network site
- My Sites link in multisite is incorrect
- Multisite network admin login redirect
- Multisite network subdomains doesn’t work
- Cannot enable WordPress Network – ‘MULTISITE’ already defined and false
- Change header.php of a specific WordPress Multisite
- Modify new user email notification in network admin screen wp multisite
- the menu of the network does not display my second website
- WordPress Multisite – Auto enable theme
- Issue when transforming an existing site to multi-site with subfolders setup
- network admin pages not linked to correctly
- How to split database of WordPress multi-site network into multiple database
- Move two independent sites to network
- How to configure CNAMES to be part of a WordPress Network
- Cannot access network admin panel on multi site
- How to apply specific plugins to affect all sites (Multisite Network)
- Admin user getting redirected to /wp-admin/user
- Getting 404 after Update in Multisite
- 4th Network Site Database Errors?
- Can admins on network install view and edit users accounts?
- How to display update message only to admin
- How to disable admin access on new site registration for user in Multisite?
- WordPress Multisite (Network) some site users added to main site users list as subscriber
- How do I fix problems with users not being able to publish and only submit for review after upgrade of Multisites installation?
- subdomain archiving
- Copy site from one multisite to another
- How to change the database prefix in multisite (WPMU) install
- Getting blank thumbnails in media library?
- Accessing multiple sites via FTP
- Multiple homes for multiple languages [closed]
- Multiple install for multilanguage. How to?
- Multsite redirecting to the main site
- How to make a php script(app) accessible to all wordpress subdomains in a wordpress multisite configuration?
- Multisite with 220+ sites painfully slow
- WordPress Mulitisite – Unable to create directory
- network site domain mapping still applied after being removed
- Can WordPress Multisite (MU) subdirectory url/slug/permalink be changed?
- Add access control origin header information across multisite
- Multisite Login problem
- How many .htaccess files should a WordPress multisite (subdirectory set up) have?
- Multisite loads assets from main site
- How to reconnect database to existing wordpress multisite setup after changing site name
- Make a select where the options are the different multisites
- Setting up wordpress on a hosting server for the first time
- What could be changing my WP password and blocking plugins from installing?