Re: [users@httpd] Displaying a directory in specific directory

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Scott Hamm wrote:
Hi all, I'm a new user here.

I'm running Apache in Linux server. I would like to display a directory only in specific directory, is that possible?

Scott

--
Power to people, Linux is here.


The "indexes" option causes the display of a directory index when the requested uri is a directory name and there is no "index.html" file (or equivalent) present in the directory being requested.

You may already have this option set, in which case all you need to do is remove any index.html (index.htm, index.php, etc. according to your DirectoryIndex directive) file from the directory.

If this option is not already set, you can set it for this one directory with the following directive in a <Directory> section or .htaccess file:

  Options +Indexes

Hope that helps.

-John Hicks



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux