Answers for "Grant Htaccess to all directory"

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