隐藏在父文件夹的所有childfolders上市,但显示childfolder内容 [英] Hide listing of all childfolders in parent folder but show childfolder's content

查看:144
本文介绍了隐藏在父文件夹的所有childfolders上市,但显示childfolder内容的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在父文件夹中的所有childfolders的隐藏上市,但显示childfolder的内容,或者干脆写类似下面的父文件夹的htaccess的...

Hide listing of all childfolders in parent folder but show childfolder's content, or simply writing something like below in the .htaccess of parent folder...

IndexIgnore * (except childfolders+their content)

目录结构:

parent >

child 1->something.pdf
child 2->anything.pdf
...
...
child n->another-something.pdf

现在给用户的时候,他去的的,再没有什么应该是可见的,但是当他去到父/子[1到n] / 他应该看到的相应的PDF 的。

now to the user when he goes to parent, then nothing should be visible but when he goes to parent/child [1 to n]/ he should see the corresponding pdf.

(也childfolders是的动态生成的并且是的的数量非常大的!)

(also childfolders are dynamically generated and are very large in number !)

推荐答案

把这个code。在父/的.htaccess

RewriteEngine on

RewriteRule ^$ - [F]

这篇关于隐藏在父文件夹的所有childfolders上市,但显示childfolder内容的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆