# Switch rewrite engine off in case this was installed under HostPay.
RewriteEngine Off

#DisabledbyA2Migrations-AddHandler application/x-httpd-php70 .php .php5

DirectoryIndex index.cgi index.php

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /custodian/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /custodian/index.php [L]
</IfModule>

# END WordPress
