问题
What is the "All" in Options All -Indexes in .htaccess file?
Is it better than simple Options -Indexes line in .htaccess file of root folder?
Thank you!
回答1:
Options All means all options except MultiViews. The options list is :
- ExecCGI
- FollowSymLinks
- Includes
- IncludesNOEXEC
- Indexes
Options All -Indexes means all options except MultiViews and Indexes for the folder.
It's better to specify only the options you want for this specific folder, ie with All, your server can execute CGI scripts on this directory (ExecCGI flag, is it what you really want?)
来源:https://stackoverflow.com/questions/39739020/what-is-the-all-in-options-all-indexes-in-htaccess-file