173210/website-mirror-by-proxy/master/public/.htaccess - Htaccess File

173210/website-mirror-by-proxy/master/public/.htaccess

RewriteEngine On

# Stream directly for some types.
RewriteCond %{HTTP:X-Requested-With} ShockwaveFlash/.* [OR]
RewriteCond %{REQUEST_URI} .mp4$
RewriteRule ^(https?:/)(.*)$ $1/$2 [L,P]

RewriteCond %{REQUEST_FILENAME} !index.php
RewriteCond %{REQUEST_FILENAME} !rwb/.*
RewriteRule . index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI, X-Requested-With

Comments

Apache