Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter dmcknze

    (@dmcknze)

    Unfortunately, this does not appear to have solved the problem. I have had 10 more people visit over the last day, and they’ve all gone to the ‘A’ variation. To confirm, here’s the current version of my .htaccess file:

    Options +FollowSymlinks
    RewriteEngine on
    rewritecond %{http_host} ^themckenziefirm.com [nc]
    rewriterule ^(.*)$ https://www.themckenziefirm.com/$1 [r=301,nc]

    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{QUERY_STRING} !lp-variation-id
    RewriteRule ^go/([^/]*)? /wp-content/plugins/landing-pages/modules/module.redirect-ab-testing.php?permalink_name=$1 [QSA,L]
    RewriteRule ^landing-page=([^/]*)? /wp-content/plugins/landing-pages/modules/module.redirect-ab-testing.php?permalink_name=$1 [QSA,L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Thread Starter dmcknze

    (@dmcknze)

    Thanks! I will give it a shot and let you know when I’ve confirmed it works.

    Thread Starter dmcknze

    (@dmcknze)

    Options +FollowSymlinks
    RewriteEngine on
    rewritecond %{http_host} ^themckenziefirm.com [nc]
    rewriterule ^(.*)$ https://www.themckenziefirm.com/$1 [r=301,nc]

    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    <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

    Thread Starter dmcknze

    (@dmcknze)

    I figured it out. Jetpack’s mobile site creator was causing the problem. I deactivated “Mobile Theme” on Jetpack and the the site looks great on iPhones now.

Viewing 4 replies - 1 through 4 (of 4 total)