How to install wp in subdirectory?
-
Hello I want to install wp in subdirectory ( domain.com/blog )
How can I install this, their is only option for installation at subdomain
-
@celeb Cloudron does not support installing apps in sub paths and only supports installing apps on subdomains.
However, in this case because WordPress is a PHP app, you can just use the LAMP 7.3 app to upload WordPress and install it in a sub path. Would that work?
-
This also raises the question of what is in domain.com ? Do you already have existing content in it? If so, where is it hosted?
-
@girish domain.com also have a wp install, need a seperate wp install on subdirectory,,. If I uploaded wp core files directly to subdirectory , in setup installation there is need of MySQL database name, username, password, host. So, where is it possible to get this Required data?
-
@celeb If you open the web terminal, run the command
env | grep CLOUDRON_MYSQL
. You will see the credentials. I think in wordpress since you have multiple installs, be sure to use a table prefix.