I want to use .htaccess to prevent directory listing.
I\'ve got pages within /location/ but I don\'t have an index file. So I want to redirect to <
Here is a direct link to what you need:
http://www.webweaver.nu/html-tips/web-redirection.shtml
If you need something more advanced to handle parameters or need to remap old URLs to new ones, you can use URL rewriting:
http://corz.org/serv/tricks/htaccess2.php
Prevent directory listing (or return an empty directory listing):
http://www.besthostratings.com/articles/prevent-directory-listing.html