Skip to content

Instantly share code, notes, and snippets.

@amencke
Last active March 1, 2016 20:05
Show Gist options
  • Save amencke/f095cc14ead846f2d6a5 to your computer and use it in GitHub Desktop.
Save amencke/f095cc14ead846f2d6a5 to your computer and use it in GitHub Desktop.
.htaccess
Options +FollowSymlinks
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
RewriteRule ^wp-content/uploads/(.*)$ http://r4nd0md1g1t5.cloudfront.net/$1 [r=301,nc]
# BEGIN WordPress
# END WordPress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment