dmcknze
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Landing Pages] All visitors only receiving A variationUnfortunately, 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
Forum: Plugins
In reply to: [WordPress Landing Pages] All visitors only receiving A variationThanks! I will give it a shot and let you know when I’ve confirmed it works.
Forum: Plugins
In reply to: [WordPress Landing Pages] All visitors only receiving A variationOptions +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
Forum: Fixing WordPress
In reply to: Site not appearing correctly on iPhoneI 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.