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

# END WordPress


text/x-generic .htaccess ( ASCII text )

RewriteOptions inherit

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

# END WordPress
# RewriteCond %{HTTPS} off
# RewriteCond %{HTTP:X-Forwarded-SSL} !on
# RewriteCond %{HTTP_HOST} ^chipnfoundationghana\.org$ [OR]
# RewriteCond %{HTTP_HOST} ^www\.chipnfoundationghana\.org$
# RewriteRule ^(.*)$ "https\:\/\/chipnfoundationghana\.org\/$1" [R=301,L]

# writeEngine On
RewriteCond %{HTTP_HOST} ^chipnfoundationghana\.divinechoraleghana\.org$ [OR]
RewriteCond %{HTTP_HOST} ^www\.chipnfoundationghana\.divinechoraleghana\.org$ [OR]
RewriteCond %{HTTP_HOST} ^www\.chipnfoundationghana\.org$
RewriteCond %{REQUEST_URI} ^/$
RewriteRule ^(.*)$ "https\:\/\/chipnfoundationghana\.org\/$1" [R=301,L]

# php -- BEGIN cPanel-generated handler, do not edit
# This domain inherits the “PHP” package.
# php -- END cPanel-generated handler, do not edit
