this is the part of the file dedicated to installing wordpress:
public function install_wordpress($params){
$xmldoc = new DomDocument('1.0', 'UTF-8');
$xmldoc->formatOutput = true;
$packet = $xmldoc->createElement('packet');
$packet->setAttribute('version'...
I have a file that creates subscriptions , customers and domains. moreover, also installed wordpress to new domain. it makes it through the php file .
The problem I have is that when installing wordpress on plesk domain is installed in a subdirectory called wordpress in the root directory...
I haven t explained well.
solution that I've seen in many forums and no use to me.
I want all the default wordpress installed in the root directory. instead a folder " wordpress" is created.
thanks you.
hello.
I created php file to add client, domain and subscription and it relased to me.
Also, it install wordpress in domain.
my problem is it install wordpress ins subdirectory named wordpress instead root directory.
How it would be brought directly to root you were installing ?
hola.
he creado un fichero php que me crea cliente,suscripcion y dominio y me lo relaciona, ademas de instalarme wordpress en mi dominio.
el problema que tengo es que en vez de instalarse en raiz se me crea una subdirectorio llamado wordpress donde se instala.
mi pregunta es si hay alguna...