jotadecma
Member
Posted 11 months ago #
Hi, my multisite was configured, and I have my first site ok. But when I try to create my second site, the network panel shows that it was created and it appears in the list of sites but when I try to visit the dashboard to edit or attempt visit, the browser indicates that it does not exist.
I don“t know what I have to do to fix it, please your help.
Did you update your .htaccess correctly?
jotadecma
Member
Posted 11 months ago #
Thanks for your answer, I have WordPress in it's own folder, how I need to change the value for RewriteBase?.
And .htaccess.php was created in the public_html folder and it has the following script
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule . index.php [L]
# END WordPress
Please your indications,
Thanks for your answer, I have WordPress in it's own folder, how I need to change the value for RewriteBase?.
Do you have WP installed in domain.com/folder but you're trying to run it out of domain.com?
jotadecma
Member
Posted 11 months ago #
I am trying to edit or visit my new second site created at xxx.subdomain.domain.com because my main worpress site was created in the subdomain.
Ah, thank you :)
Do you know if your server supports sub-subdomains, like xxx.sub.domain.com ?
jotadecma
Member
Posted 11 months ago #
I mean it is the problem, in that case, I should be move my network installation (actually just one site) to the root directory.....do you know the proven steps to do this?
I have found some informations about to moving multisite, but I am not sure if the procedures are very effectives and I am afraid of loss my main site. Thanks a lot for your help....!!
Ask your webhost if they allow it. They may.
jotadecma
Member
Posted 11 months ago #
Hi,
According to your suggestion, I asked to my webhost and now I have the subdomains like xxx.subdomain.domain.com but when I try to create one of them by the WP network panel, still appearing the message: 'Site address missing or invalid'
Have I to make something additional, in order WP identify the new site?
As the WPMU installation was made in a subdirectory, what must be the location of new sites?, at the root directory or into the same subdirectory of installation?.
What's giving the error message? Your srver or WP? If it's WP, where are you getting that? On creation or when you try to visit?
jotadecma
Member
Posted 11 months ago #
Just on creation of my second site, after push the create button...