Stop The Snooping On Your Web Site
April 30, 2009
Depending on the configuration of your web server, on some, when you create a new folder and neglect to put a file named index.html or index.php, anyone going to the URL of that folder can see all the contents inside. This screen shot should give you an idea.

Look familiar? Chances are you’ve come across something like that on some sites. As you can see, the files inside the directory are exposed and by clicking the Parent Directory link, people can check out the other directories on your site especially if the next directory up doesn’t happen to have an index file either.
One way to stop that is to simply create an strongindex/strong file. You don’t have to add content to it just create a file, name it index.html so now people will see a blank page when they go to that URL. But what if you have tons of folders and folders inside of folders and you don’t know which of them are exposed?
Relax. You don’t have to go through them all individually. Drop the following code into the .htaccess file inside the public_html or www folder. If there is no .htaccess file just create it and paste the code inside.
span style=”color:#008000;”code# Disable directory browsing
Options All -Indexes/code/span
Why I work from home…
April 30, 2009
Because we can go to the park during “office hours”
No boss to well… boss me around
I can go into the garden and smell the roses whenever I like
Office politics only involves who gets the comfy chair (me or the dog)
Gazing endlessly out of the window is considered creative not slacking off
For that funny look people always give me when I say I work from home
Because working in stripey socks versus heels is pretty cool
Because my kids think I’m just “mama” and that’s okay with me
For all the school trips, bake sales and school performances I have the privilage of attending
Because I can bake muffins, write a rocking sales letter AND still have time to smell the roses
Because I like confusing people with the terms “copywriting” and “internet business”
Because I can sing out loud and not get fired
Just a few reasons why I work from home… so why do YOU work from home?


