Multisite ‘new site’ not working
-
I have WordPress Multisite in operation. If, from the network admin Dashboard I select “Create a New Site” and complete all the required information, then click “Add Site” I get email messages telling me that the site has been set up (Your new Our blogs site has been successfully set up at: https://frends.biz/wordpress/decline/)
and giving me an address to use to log onto that site. (You can log in to the administrator account with the following information:
Username: xxxxxxxx
Password: N/A
Log in here: https://frends.biz/wordpress/decline/wp-login.phpHowever, click on the URL to log in and you get “Unfortunately, the file you are seeking is not here” because the directory “decline” doesn’t exist.
What is the problem?
I used cPanel to install WordPress on the frends.biz web site.
.htaccess reads:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\.php$ – [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
</IfModule>
# END WordPress
[ Redacted ]
- The topic ‘Multisite ‘new site’ not working’ is closed to new replies.