PDA

View Full Version : PHP installation on windows


needhelp26
07-10-2004, 04:06 PM
I have a question regarding PHP installing on Windows. This is in regard to individual authentication. We have this PHP Script which each authentication page for each department. The individual authentication isn't working. I don't know the detailed configuration since I am just try to help someone. Is there a way to implement individual authentication in windows? I also heard that .htaccess file is for Apache server, can Apache be configured into windows? I am confused.

dniwebdesign
07-11-2004, 02:43 AM
I am running:

Apache 1.3
PHP 4.3.+
MySQL 4+

Successfully...

needhelp26
07-12-2004, 03:14 AM
I know PHP runs successfully in Apache server but what about windows? Especially with authentications?

firepages
07-12-2004, 03:19 AM
Apache runs on win32 standalone or as a windows service.

There is a binary download available at httpd.apache.org

Authentication on windows can be linked to NT authentication by mod_ntlm or mod_sspi or similar but .htaccess works fine on apache/windows as well.

If your authentication is session/DB or HTTP_AUTHENTICATION based then it should be totally portable from *NIX to win32 regardless of the web-server employed , like it or lump it on win32 IIS/PHP is faster than apache/PHP though apache/PHP is still very realistic for intranet type situations.

needhelp26
07-12-2004, 04:02 AM
Thankyou. I have clear picture now.

earthsiege
07-12-2004, 08:12 PM
theres a cool program which installs everything (php(myadmin),mysql,apche,perl.......) easily onto windows using an installer format. go to apachefreinds.org and read up on XAMPP. :thumbsup: