Forum Moderators: open
Options -Indexes [edited by: topr8 at 1:20 pm (utc) on May 17, 2020]
Options +FollowSymlinks
Options -Indexes FollowSymLinks Options -Indexes code. <?php
// Nothing here.
?>
"Options" does not like both + and - it is sort of either/or.
Options -Indexes +Includes
Options -Indexes FollowSymLinks
Mixing Options with a + or - with those without is not valid syntax and will be rejected during server startup by the syntax check with an abort.(The htaccess equivalent reaction is likely to be a 500 error, since obviously the server has already started.)