Slight Modification for Windows
Posted: Thu Dec 30, 2004 3:40 pm
Hi,
I think i've got s9y 0.7.1 to run on my windows webserver. In order to get it to work i made the change in index.php to account for the server variables which is documented all over the place in this forum. I also made a slight tweak because it gave a permission error when writing to .htaccess.
I changed line 272 of serendipity_functions_installer.inc.php to:
this made the installation go ok. However, I know little about php so could someone please tell me whether this change is likely to break anything or cuase a huge security hole!
Thanks
I think i've got s9y 0.7.1 to run on my windows webserver. In order to get it to work i made the change in index.php to account for the server variables which is documented all over the place in this forum. I also made a slight tweak because it gave a permission error when writing to .htaccess.
I changed line 272 of serendipity_functions_installer.inc.php to:
Code: Select all
$fp = @fopen('C:\Domains\xxx.com\wwwroot\blog\.htaccess', 'w');Thanks