IIS -> PHP -> Wordpress - ERR_CONNECTION_REFUSED -


i'm trying install wordpress on iis, annoying problem has been getting on nerves.

the wp installed on windows server 2012 iis installed (other asp.net sites work on it).

there no firewall enabled on windows server.

the login screen disappears if set user in iis, still giving problem err_connection_refused tries access blog externally server.

i have tried:

  • give folder access permission user anonimous, had no effect.
  • activate ssl, had no effect either.
  • disable ssl on wordpress: define(‘force_ssl_admin’, false); define(‘force_ssl_login’, false); on wp_config.php
  • disable php_openssl.dll on php extensions

follows print (left screen of external user , right navigation screen server):

how solve it?

i found solution here: http://blog.pluralsight.com/installing-wordpress-on-iis7

i removed mysql , installed current version.

i changed permissions full control of phpsessions folder users: iusr; iis_iusrs; network service


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -