yscdaxian/goweb/master/js/uploadify/.htaccess - Htaccess File

yscdaxian/goweb/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} ^(go_ce/js/uploadify/uploadify.php) 
RewriteRule (.*) http://%{HTTP_HOST}/go_ce/js/uploadify/uploadify.php [R=301,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, HTTPS, REQUEST_URI

Comments

Apache