Preventing directory listing by redirecting?

后端 未结 4 1581
一整个雨季
一整个雨季 2020-12-20 05:15

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 <

4条回答
  •  眼角桃花
    2020-12-20 06:02

    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

提交回复
热议问题