The do's, do not's & maybe's of Computers.
RSS icon Email icon Home icon
  • Fix corrupt Core Windows Services

    Posted on April 22nd, 2009 david No comments

    Whenever you come across a corrupt Windows Service and you need to fix it. Run “sfc /scannow” on the commandline. It should fix it all for you. You may be required to place the OS CD in the drive and it will install them for you automatically as needed…

    Perfect….:)

  • HTAccess for Apache 2

    Posted on April 19th, 2009 david No comments

    HTAccess for Apache can be a very handy feature that allows for simple or complex access control on directories. It is build into Apache HTTP by default. In its most simplest form, when a web browser gets directed to a web page that is protected by HTAccess, the web server asks for authentication, usually a username and password. These details are then checked against the assigned privileges for that user and the web server will then serve the web page or not.

    To get this feature up and running you only need a few steps, there can be some messy bits if the default configuration file has been modified (httpd.conf) so keep and eye out for it.

    Read the rest of this entry »

Disclaimer: All information published on this website is for knowledge purposes only. This website and the author's of it's content cannot be held responsible for any loss/damage to a user's computer (either software or hardware), which may have occurred as a result of the information posted above. All information published on this website is the expressed opinion of it's authors. This information is provided as is with no acknowledgement of responsibility, liability or guilt for any damage resulting from it's use.
©2009 Strotos Communications