This is a discussion on Restart Apache for htaccess ??? within the Apache Web Server forums, part of the Web Server and Related Forums category; I want to enable directory listing of "dir_test" (drwxr-xr-x 2 rchin other 512 Nov 22 12:...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I want to enable directory listing of "dir_test" (drwxr-xr-x 2 rchin other 512 Nov 22 12:27 dir_test/) so I added a .htaccess file in "dir_test" -rw-r--r-- 1 ihb other 0 Nov 22 12:21 .htaccess content of .htaccess is just this line "Options Indexes" It is not working, does Apache need to be bounced ? thanks |
|
|||
|
"ihb" <email@email.com> schreef in bericht
news:12m92q9l4pnl6a4@corp.supernews.com... > I want to enable directory listing of "dir_test" (drwxr-xr-x 2 rchin > other 512 Nov 22 12:27 dir_test/) > so I added a .htaccess file in "dir_test" > -rw-r--r-- 1 ihb other 0 Nov 22 12:21 .htaccess > > content of .htaccess is just this line "Options Indexes" > > It is not working, does Apache need to be bounced ? NO It need to be configured to allow the use of .htaccess for this type of task: Check you config for the appropriate AllowOverride directive. http://httpd.apache.org/docs/2.0/mod...#allowoverride HansH |