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.
Inviting everyone who uses WordPress management tools in Plesk The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test. To participate, please use this link .
Your experience will help shape product decisions and ensure the tools better support real-world use cases.
i have changed the php maximum file upload size to 8mb but it doesnt work, still the maximum upload size is 2mb. is there anything i can do to make it work?
1.If you have installed another php, change its php.ini file - also check does that php installation allowed in IIS mmc Web services extensions
2. Check php related errors in event logs
3. Check does administrator have full control on c:\windows\php.ini file
Also check does psaadm denied full control on that file if so uncheck it unless you use Zend Optimizer
4. After changing value don't forget to restart Plesk
5.Create in some domain test.php file with following contents:
_________________________________________
<?
phpinfo();
?>
_________________________________________
6. After Plesk restart browse http://domain.name/test.php
7. Look for upload_max_filesize