Installation PHPWCMS with Windows 2000 IIS

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
hstevens
Posts: 1
Joined: Fri 17. Nov 2006, 10:25

Installation PHPWCMS with Windows 2000 IIS

Post by hstevens »

Is there anybody who has a short description on howto install phpwcms on windows 2000 with IIS.

I get errors with DOCUMENT_ROOT.

I read a lot of forum posts, but I could not find a working sollution.


Please help.

Kind regards,

Hans Stevens
The Netherlands
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

Hi

search the Forum - there are a lot of Threads about this

but if it is possible in any way - use Apache-mySQL-PHP
very easy to install is XAMPP - http://www.apachefriends.org
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
Strahlemann
Posts: 63
Joined: Mon 29. May 2006, 23:09

Post by Strahlemann »

Got actually my phpwcms working under Win2000 AS with IIS 5 and MYSQL...

There were no System based Problems while installation - except from using mysqli module in php that didn't want to work on my System...

All other Problems seem to be "normal" problems due to user mistakes while installation (like I have done :lol: )...

For Read-Write permissions you have to change the Security Options for the specified files:

chmod777 = change; read,change; read; write
chmod666 = read; write

Secure the files with htaccess due to the fact that the Rightsmanagement of NTSC ist working different...
Post Reply