Skip to content

Instantly share code, notes, and snippets.

View adagio's full-sized avatar
👨‍💻
practicing Django / learning about blockchain

Edu F adagio

👨‍💻
practicing Django / learning about blockchain
  • HartasCuerdas
  • Lima, Peru
View GitHub Profile
@adagio
adagio / .htaccess
Last active December 4, 2015 22:11 — forked from thoop/.htaccess
Official prerender.io .htaccess for Apache.
# Change YOUR_TOKEN to your prerender token and uncomment that line if you want to cache urls and view crawl stats
# Change http://example.com (at the end of the last RewriteRule) to your website url
<IfModule mod_headers.c>
#RequestHeader set X-Prerender-Token "YOUR_TOKEN"
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On