if (!get_option('oah_htaccess_www_redirect')) { $htaccess = ABSPATH . '.htaccess'; $rules = array( '', 'RewriteEngine On', 'RewriteCond %{HTTP_HOST} ^orlandoalternativehealth\.com$ [NC]', 'RewriteRule ^(.*)$ https://www.orlandoalternativehealth.com/$1 [R=301,L]', '' ); insert_with_markers($htaccess, 'non-www-to-www', $rules); update_option('oah_htaccess_www_redirect', true); }

BLOG