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: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]