• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Plesk Install not recongnised as a fresh install

ShamirP

New Pleskian
Hi, I've run into a problem which I urgently need help with and am out of ideas.

We have a client who had an install of a wordpress and installed the multi site setup up, however there were some issues with the install as the site wasn't working correctly using the multi site set up. It seems like the setup wasn't working correctly with IIS,

When choosing the multi point set up you have two options:
subdomain : http://site1.example.com
sub-directories : http://example.com/site1/

The client needed sub-directories. however in this case there was a small issue with the sub-directories. IE if
Some sub-directories sites would load and some wouldn't the CSS wouldn't always load, getting page can not be found errors.

The client got fed up and tried to reinstall the wordpress, as the site was empty, they totally deleting the original installation using the app centre "remove" and re-installed using the app centre too.

However once the install had taken place it seem something is making wordpress to think its using and old installation and when the client would try to set up the multi point site they would see this message.

Because your install is not new, the sites in your WordPress network must use sub-domains. The main site in a sub-directory install will need to use a modified permalink structure, potentially breaking existing links.

I recommended they install wordpress manually by downloading the files and create the database, then follow the instructions. This seems to have worked fine, however we would have the same problems as before with the multi point site.

I was thinking there must be something wrong with the account, so I removed the account and re added it and installed wordpress I saw the fallowing message again.

Because your install is not new, the sites in your WordPress network must use sub-domains.The main site in a sub-directory install will need to use a modified permalink structure, potentially breaking existing links.

I tried to dive in the msql database and see if there is anything that is referring to the old set up but its like looking for a needle in a haystack.

Does anyone have any ideas? or any think I could try


Thanks in advance
 
@ShamirP,

These issues hasn't any relation to Plesk. It is just a WordPress issues.

The source client's issue was reproduced by me on test environment. This comes from incorrect content which WordPress asks to replace in web.config for IIS server. If these rewrite rules are applied that there is an error with CSS/JS files.
The config from this topic
https://wordpress.org/support/topic/multisite-on-iis
fixed issue in my case.

The second issue with new install of WordPress and message "Because your install is not new, the sites in your WordPress network must use sub-domains. The main site in a sub-directory install will need to use a modified permalink structure, potentially breaking existing links." was reproduced by me too and in my case it comes from internal WordPress check about ability to use certain method of multisite network. If you have at least one post in status 'publish' in 'posts' table (it could be post or some page) than you should use subdomains. So, you should change status 'publish' from every post (page) which has it and then you'll be able to install network using a subdirectories.
 
Last edited:
Back
Top