Archive for the 'Tech' Category

Howto: Disable directory listing using .htaccess

If you want to preventing directory listing / prevent your server from displaying entire content of directory, here some tips :
1. Add an empty file named index.htm or index.html or index.php; this will show a blank page for the directory.
2. Add / edit your .htaccess file, and add this code
Options -Indexes
this will throw a 403 [...]

Do you want business success?

Getting started in business is one thing, gaining success is another. Many of us will have seen and heard of people who have failed in business even though they felt they had a great business idea and the finances to put behind it to get started… So what went so wrong that it failed?
Lets look [...]