Sha256: 39233a79e3ee1970350567152fac75ee1b4cc66c6dd289041c9012fcdfb3c1f7
Contents?: true
Size: 269 Bytes
Versions: 13
Compression:
Stored size: 269 Bytes
Contents
# All url's will be 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
13 entries across 13 versions & 1 rubygems