Forum Moderators: phranque

Message Too Old, No Replies

show directory list on index

         

saad_sinpk

8:57 pm on Jun 8, 2010 (gmt 0)

10+ Year Member



hi i am new to here my domain is example.com/. i want to make site like www.otherexample.com/ncma/ so i want u people to help me out, i want that it show directory list of video, please just help me little bit how can i show .htaccess to my index i put this Options +Indexes after this website show blank because there is nothing in index.htm

[edited by: jdMorgan at 2:46 am (utc) on Jun 9, 2010]
[edit reason] No links to personal Web sites or adult content, please. See Terms of Service. [/edit]

jdMorgan

4:45 pm on Jun 9, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you want to show a list of files only in a particular subdirectory, then put the "Options +Indexes" directive into a .htaccess file in that subdirectory only. Example: www.example.com/videos/.htaccess

If an index file (as defined by the DirectoryIndex directive) exists, then the automatic generation of a file listing will be disabled. See Apache mod_dir and mod_autoindex

Jim