• 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 under Plesk 12 not working together

Rene12

New Pleskian
Hello folks,
I got a problem with using WordPress.

When installing using Plesk, there is always a default database and the name doesn't correspond to the website title.

Therefore I downloaded wordpress from the offical website and got it work work in the subfolder wordpress. Normaly I used to installl wordpress in the root folder but since using a seperate folder for wordpress make the webspace looking much morge organize I put wordpress files into the folde wordpress.

The problem though is, that I can not have the Website to appear by opening www.domain.com only by entering the the wordpress folder after the domain.

I folllowed this instructions:
http://www.optiniche.com/blog/145/wordpress-tutorial-install-wordpress-in-a-different-directory/

I always see this strange Plesk example page.


When putting a fresh WordPRess installation in the main root folder I get an "Internal Server Error"

How can I use Wordpress on the main page?

Do I need to reinstall the Windows Server without Plesk?

Thank you!


regards
 
Hi Rene12,

this issue may occure, because you still have the default "index.html" in your root folder. Just rename it to ".old.index.html" ( if you would like to keep the file ), or delete it from your root folder. Be aware, that your domain configuration mostly have location definition, which look like this:
Code:
    location ~ /$ {
        index index.html index.cgi index.pl index.php index.xhtml index.htm index.shtml;
    }
As you can see, the "index.html" is listed before the "index.php" and that is the reason why it is served in the first place.
 
The same way you installed wordpress while in the root folder should be the same procedures you use while installing it on the root. I don't see any possibility of you facing problems here ...
 
Back
Top