gmtcreators/ce-www/master/js/uploadify/.htaccess - Htaccess File

gmtcreators/ce-www/master/js/uploadify/.htaccess

<Files .htaccess>
order allow,deny
deny from all
</Files>

Options All -Indexes

#<IfModule mod_rewrite.c>
#RewriteEngine On
#RewriteBase /
#turn off HTTPS for uploadify.php
#RewriteCond %{HTTPS} On
#RewriteCond %{REQUEST_URI} ^(js/uploadify/uploadify.php) 
#RewriteRule (.*) https://%{HTTP_HOST}/js/uploadify/uploadify.php [R=301,L]
#</IfModule>

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, HTTPS, REQUEST_URI

Comments

Apache