AgileLearningCenters/alc-wordpress-core/master/wp-content/uploads/.htaccess - Htaccess File

AgileLearningCenters/alc-wordpress-core/master/wp-content/uploads/.htaccess

# Attempt to load files from production if they're not in our local version
<IfModule mod_rewrite.c>
  RewriteEngine on
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-f
  # Replace http://agilelearningcenters.org with your production site's domain name
  RewriteRule (.*) http://agilelearningcenters.org/wp-content/uploads/$1
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache