# Begin cache control #
ExpiresActive on
ExpiresDefault "now plus 60 minutes"
ExpiresByType text/html "now plus 60 minutes"
<FilesMatch "\.(css|png|bmp|ico|htm|gff|html|js|jpg|jpeg|gif|gcf)$">
FileETag MTime Size
ExpiresDefault "now plus 60 minutes"
</FilesMatch>
# End cache control #
ErrorDocument 404 /w_api/Handler.php
#Weebly Additions Start
ErrorDocument 404 /w_api/Handler.php
RewriteEngine on
AddDefaultCharset utf-8
Options
RewriteEngine on
RewriteRule ^meditation-for-the-born-again(.html)?(\/.+)?$ /meditation-life$2 [R=302,NC,L]
RewriteRule ^blog1(.html)?(\/.+)?$ /meditation-life$2 [R=302,NC,L]
RewriteRule ^blog(.html)?(\/.+)?$ /historical$2 [R=302,NC,L]
RewriteRule ^blog(.html)?(\/.+)?$ /born-again-blog$2 [R=302,NC,L]
RewriteRule ^blog1(.html)?(\/.+)?$ /gods-instructive-word$2 [R=302,NC,L]
RewriteRule ^god-instruction(.html)?(\/.+)?$ /gods-instructive-word$2 [R=302,NC,L]
RewriteRule ^break-of-the-word-of-the-son-of-god(.html)?(\/.+)?$ /gods-instructive-word$2 [R=302,NC,L]
RewriteCond %{REQUEST_URI} !-f
RewriteRule ^ajax/(.*)$ /w_api/Handler.php [L]
RewriteBase /
RewriteRule ^$ index.html [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /w_api/Handler.php
#Weebly Additions End