• 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!
  • 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.

Wordpress 1-click-install installs in /wordpress instead of /

Bitpalast

Plesk addicted!
Plesk Guru
TITLE:
Wordpress 1-click-install installs in /wordpress instead of /
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:
CentOS 7.3, 64-Bit, Onyx 17.5.3 latest MU, latest Wordpress toolkit
PROBLEM DESCRIPTION:
When Wordpress is installed with the pre-configured 1-click-installation from the apps repository, it installs into a /<domain>/wordpress subdirectory. When the user opens his homepage afterwards, the homepage document root directory is still pointing to /, not to /wordpress. The user then only sees the Apache test page, but not his Wordpress page.

The document root directory cannot be changed afterwards to /wordpress, because Plesk recognizes that an application is installed in that domain. So Plesk prohibits the modification of the document root path.

In order to use the website with Wordpress, the user is forced to create an .htaccess file in /<domain> to forward all requests one level deeper to /<domain>/wordpress.​
STEPS TO REPRODUCE:
1. Create any domain in a subscription.
2. Go to "applications", select Wordpress and click "install" (the 1-click install, not the one with additional configuration options)​
ACTUAL RESULT:
Wordpress gets installed into /<domain>/wordpress.​
EXPECTED RESULT:
Wordpress gets installed into /<domain>
OR
In addition to the installation, the document root path must be auto-changed to /<domain>/wordpress.​
ANY ADDITIONAL INFORMATION:
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM:
Confirm bug
 
@Peter Debik It seems that WPT believes that there is WP already exists in docroot. Most probably that there is only one wp-config.php
It is possible if you had WP there before. Please check what you have in docroot now?
 
That is possible, I did not check that before redoing the installation in the / directory. I have just created another install on another account, and there it did work correctly in the / directory. So it is obviously not a bug, but a feature.

Case can be closed.
 
Back
Top