Recent content by x117

  1. X

    HowTo: Multiple forums on WS2008 R2

    To avoid this error, although the server is x64, C++ Redistributable Package x86 has to be installed too. If PHP pops up a warning about timezone, we can insert the: if( ! ini_get('date.timezone') ) { date_default_timezone_set('CET'); } command in the test.php file.
  2. X

    HowTo: Multiple forums on WS2008 R2

    I went to php.ini, uncommented the php_gd2.dll extension and set extension_dir="d:\php\ext". But still doesn't work. When I tried to run: d:\php\php-cgi.exe d:\www\web1\test.php to isolate the error, the "msvcr110.dll is missing" error appears.
  3. X

    HowTo: Multiple forums on WS2008 R2

    OK. I reinstalled the whole 2008 R2 operating system and tried again. I followed the Sparkingnaz steps. I used the 5.5.12 version of PHP, installed both 2012 and 2008 C++ redistributable packages, modified php.ini (but didn't uncomment any extension) and granted the IIS_IUSRS account rights...
  4. X

    HowTo: Multiple forums on WS2008 R2

    I made a "Default site" and made a binding to the address of the server (let's call it xx.yy.zz.qq) on port 80, pointing on the "c:\inetpub\wwwroot\default_site" folder. When I click browse inside the IIS manager (equivalent of putting http:\\xx.yy.zz.qq in the browser), it works. It shows the...
  5. X

    HowTo: Multiple forums on WS2008 R2

    Thank you for your help, ENF. First I tried to set PHP working with Apache but there was a big problem with the php5apache2_2.dll (and some dependencies I detected with depends.exe) I couldn't come over. So I deinstalled Apache and decided to use IIS instead. Since IIS was first deinstalled...
  6. X

    HowTo: Multiple forums on WS2008 R2

    I would like to do it with IIS. Where can I find some good guidelines?
  7. X

    HowTo: Multiple forums on WS2008 R2

    Hi people. I have a Windows Server 2008 R2. What is the best way to set multiple XenForo forums on that server? WampServer with Apache? Or something with IIS7? Is there any tutorial or something like that? Thanks.
Top Bottom