Forum Moderators: phranque
thanks for any explanation...
kumar
If you don't want to spend the money, then at a minimum, turn off services you're not using.
Turn off your HTTP server (that's what brought up an index, right?). If you're developing against your local HTTP server, configure it to respond only to a local address -- a 192.168.. address if you've got an internal network, 127.0.0.1 (loopback) if it's the only machine.
Turn off your FTP server if you're running one.
This applies if you're running Windows ... either turn off file sharing or put file-level permissions on everything and restrict them to a very few secure usernames.
hope this helps