• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Apache experts?

xtreme2k

Diamond Member
Apache experts?

I would like to create password restricted access to an apache hosted site, using the modules of apache. However, it is an apache on Win32. Therefore it wont be able to create .hta* files, as Windows files must have a file name, then dot extension.

Any ideas as to how to get around it?
 
PHP can't access the HTTP_POST variables when run under Windows.

This is the biggest limitation of PHP on the Windows platform.

Eric
 


<< PHP can't access the HTTP_POST variables when run under Windows. >>


Well, I have no backgroud with a Windows web server (unless its only for HTML code). There are simply waaaay too many advantages in the NIX servers...

Besides, PHP is not really a good solution for security (on this topic).

If its a NT box, why not password protect your html directory....Or use basic javascript as your means for entry (yeah... I know but...). In this case, there are scripts within the HTML or (dot)JS files that can be placed in sub-dir's...

Anyway, I hope this is not going to be a heavy site (read: bandwidth). The though that it is scares me (well, not really) 🙂
 
Back
Top