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

Version Path
forkcms_deploy-4.5.0 lib/maintenance/.htaccess
forkcms_deploy-4.4.6 lib/maintenance/.htaccess
forkcms_deploy-4.4.5 lib/maintenance/.htaccess
forkcms_deploy-4.4.4 lib/maintenance/.htaccess
forkcms_deploy-4.4.3 lib/maintenance/.htaccess
forkcms_deploy-4.4.2 lib/maintenance/.htaccess
forkcms_deploy-4.4.1 lib/maintenance/.htaccess
forkcms_deploy-4.2.0 lib/maintenance/.htaccess
forkcms_deploy-4.1.0 lib/maintenance/.htaccess
forkcms_deploy-4.0.1 lib/maintenance/.htaccess
forkcms_deploy-4.0.0 lib/maintenance/.htaccess
forkcms_deploy-2.7.1 lib/maintenance/.htaccess
forkcms_deploy-2.7.0 lib/maintenance/.htaccess