bmdinteractive/b3sci/master/wp-content/uploads/.htaccess - Htaccess File

bmdinteractive/b3sci/master/wp-content/uploads/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine On

  RewriteBase /wp-content/uploads/
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(.*) http://staging.blahblahblahscience.com/wp-content/uploads/$1 [L,P]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache