I'm on CentOS 5 with Apache. I'm trying to make this directory get a 403 error and it still continues to show the index of.
Here's the .htaccess file. I gave it 644 permissions:
Options –Indexes
Thanks!
|
I'm on CentOS 5 with Apache. I'm trying to make this directory get a 403 error and it still continues to show the index of. Here's the .htaccess file. I gave it 644 permissions:
Thanks!
| |||||||||
feedback
|
|
Chances are the main config for that site doesn't have -/+Indexes allowed in it's | |||||||||
feedback
|
|
The directory listing could be cached in your browser. Try clearing your browser cache, or pressing Shift+Reload. | |||
feedback
|