Running WordPress in Sub Directory

To run WordPress in a sub directory of Plesk you will need to follow the steps below in order for the sub directory to be readable.

 

  • Apply Wp-Tool Kit to the domain you want to use and create a directory outside of the Root folder.

 

  • The next step is to apply the index.php to the ASPX web-config file located in the root directory of the domain.

<defaultDocument>
<files>
<clear/>
<add value=”Default.aspx”/>
<add value=”index.php” />
</files>
</defaultDocument>

What are your feelings