jshultz/permianhomes/master/assets/upload/.htaccess - Htaccess File

jshultz/permianhomes/master/assets/upload/.htaccess

<IfModule mod_php4.c>
  php_value engine off
</IfModule>
<IfModule mod_php5.c>
  php_value engine off
</IfModule>
# secure uploads directory
RewriteCond %{REQUEST_URI} ^/uploads [NC]
RewriteCond %{REQUEST_URI} !.(jpg|jpeg|jpe|gif|png|tif|tiff)$ [NC]
RewriteRule .* - [F,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache