iSC-Host/oembed.com/gh-pages/.htaccess - Htaccess File

iSC-Host/oembed.com/gh-pages/.htaccess

# Rewrite function
RewriteEngine On

# Set up mainpage
DirectoryIndex index.html

# Set up language
AddLanguage en .html

# Set up cache for robots + browser
<IfModule mod_headers.c>
  Header set Cache-Control "no-cache, no-store, must-revalidate"
  Header set Pragma "no-cache"
  Header set Expires 0
</IfModule>

On Github License

Files

Download PDF of Htaccess file
no-cache, Pragma

Comments

Apache