|
Home > Archive > Apache Server configuration support > November 2006 > Restart Apache for htaccess ???
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Restart Apache for htaccess ???
|
|
|
|
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/mo...l#allowoverride
HansH
|
|
|
|
|