htaccess目录列表

时间:2012-02-23 07:21:52

标签: .htaccess

我正在尝试列出一个特定目录中的文件以及一个特定的ip。此htaccess文件位于该目录中。到目前为止,托管似乎不允许我列出目录。在localhost上,我可以列出该目录中的所有内容,当然除了IndexIgnore之外。 htaccess文件内容为:

Options +Indexes

<Limit GET POST>
order deny,allow
deny from all
allow from 1.1.1.1
</Limit>

IndexIgnore tabele_remote.php
IndexIgnore demo.txt
IndexIgnore functions.php
IndexIgnore config.php

2 个答案:

答案 0 :(得分:1)

似乎AllowOverride指令设置在以前的某个地方

同时检查父目录或服务器上是否没有设置IndexIgnore *

答案 1 :(得分:0)

order deny,allow更改为order allow,deny并尝试一下。

同时设置AllowOverride all