Sha256: 46993ebf51d29be61711a6613be5b563594e426f57192803f354dff5eb94b2c5
Contents?: true
Size: 266 Bytes
Versions: 5
Compression:
Stored size: 266 Bytes
Contents
# All url's will see the maintenance page (index.html) # This way they are back to there original page after maintenance is finished. <IfModule mod_rewrite.c> # nice urls RewriteEngine On RewriteBase / # handle urls RewriteRule . index.html [NC,L] </IfModule>
Version data entries
5 entries across 5 versions & 1 rubygems