[WP.org] Multisite problems on addon domain
-
Hello,
I have a website running on https://zenuacademie.com/. This domain is not my primary domain on my hosting service and therefore, is not pointing to the Public HTML folder. Instead it is pointing to a folder called public_html/zenuacademie
Issue 1:
I converted the site to multisite and tried adding new sites but I keep getting a 404 message. I have a feeling it is because the domain I use as primary domain on the multisite is not sitting at the root of my hosting (primary domain pointing to Public HTML folder).
Issue 2:
When I try to connect to the network admin platform, for some reason, the URL keeps changing. For instance, it I want to get to the admin network. I click on the network menu, instead of getting to https://zenuacademie.com/wp-admin/network, WordPress removes the’/’ before the wp-admin and I get an error message.
Here is what I have added to my wp config file :
/* Multisite */
define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, true);
define(‘DOMAIN_CURRENT_SITE’, ‘zenuacademie.com’);
define(‘PATH_CURRENT_SITE’, »);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);here is the .htaccess
# BEGIN WordPress
# Les directives (lignes) entre ‘BEGIN WordPress’ et ‘END WordPress’ sont
# généré dynamiquement, et ne doivent uniquement être modifiées via les filtres WordPress.
# Toute modification des directives entre ces marqueurs sera outrepassée.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
Can anyone please help?
-
Bonjour.
Le site https://zenuacademie.com/ fonctionne sous WordPress, mais n’est pas hébergé par WordPress.com.
Vous n’êtes donc pas au bon endroit. Veuillez poser votre question sur les forums appropriés à :
https://wpfr.net/support/Vous vous trouvez actuellement dans les forums pour sites hébergés par WordPress.com. Nos réponses ne seront donc pas pertinentes à votre situation, car les deux variantes de WordPress ne fonctionnent pas de la même façon.
Complément d’information :
https://fr.forums.wordpress.com/topic/important-ce-forum-est-reserve-aux-sites-heberges-par-wordpresscom/
- Le sujet ‘[WP.org] Multisite problems on addon domain’ est fermé aux nouvelles réponses.