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.
THANK YOU!!!!!! :)
Only basedir giving me some problems, from log: PHP Warning: is_readable(): open_basedir restriction in effect
Should I edit basedir in php.ini to none?
Hi Roman-
I think you are correct. Made a php-script echoing for these values.
Script:
<?php
echo 'post_max_size = ' . ini_get('post_max_size') . "\n";
echo 'upload_max_filesize = ' . ini_get('upload_max_filesize') . "\n";
?>
Placed it on C:\inetpub\vhosts\default\htdocs and result...
Hi
Windows setup: Plesk Panel 11.5 - Server 2012r2 - IIS 8.5 - PHP 5.3/5.4/5.5 - mySQL/MSSQL.
Server runs behind firewall (NAT). Setup with local DNS pointing all A records towards public IP.
Situation:
Installed Wordpress through Plesk applications. (mysql).
Site...