Help for this page

Select Code to Download


  1. or download this
    RewriteEngine On
    
    ...
    # Serve cached file if it exists
    RewriteCond %{DOCUMENT_ROOT}/cache/%1.html -f
    RewriteRule ^$ /cache/%1.html [L]