307 < Directory “/var/www/html” > 308 309 # 310 # possible values for the options directive are “None”,“All”, 311 # or any combination of : 312 # Indexes Includes FollowSymLinks if OwnerMatch ExecCGI Multiviews 313 # 314 # Note that “MultiViews”must be named “explicityly”-- “Options All”
315 # does ′t give it to you. 316 # 317 # The Options directive is both complicated and important. Please see 318 # http://httpd.apache.org/docs-2.0/mod/core.html#options 319 # for more information 320 # 321 Options Indexes FollowSymLinks 322 323 # 324 # AllowOverride controls what directives may be placed in .htaccess files. 325 # It can be “All”,“None”,or any combination of thekeywords: 326 # Options Fileinfo AuthConfig Limit 327 # 328 AllowOverride None 329 330 # 331 # Controls who can get stuff from this server. 332 # 333 Order allow,deny 334 Allow from all 335 336 < /Directory >