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...