Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
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...