I am running an Intranet website which is hosted on a windows box running apache.
I want to be able to have this website accessed externally but only for authenticated users.
Ive configured all the ssl part, the nat and f/w rules.
I have also used the LDAP module to sort out authentication...
Howdy! First and foremost, if you clicked on this thread; congratulations! You are either curious enough to wonder what the acronyms mean - or you know what they mean and may be able to help me! Either way... keep reading!
I've enabled PHP and mysql on one of the boxes I'm administering. The...
I am trying to enable mod rewrite in apache.
Found the httpd.conf file
Inside the httpd.conf file uncomment the line LoadModule rewrite_module modules/mod_rewrite.so
Also found the line ClearModuleList is uncommented then find and make sure that the line AddModule mod_rewrite.c is not commented...