Answers for "htaccess allow directory listing"

1

deny directory listing htaccess

# Place the following in your .htaccess at doc root
Options -Indexes
Posted by: Guest on March-09-2020
0

Grant Htaccess to all directory

<IfModule mod_rewrite.c>
	RewriteEngine On
	# directory browsing
	Options All +Indexes
</IfModule>
Posted by: Guest on June-28-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language