briansapp
Forum Replies Created
-
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Redirect Existing SubscribersGreat. Thank you!
Forum: Fixing WordPress
In reply to: Landing page help neededThank you. I will try that plugin and see if it works for me.
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] Auto login after registrationAre users that already registered able to log back in with this plugin?
Forum: Plugins
In reply to: [WordPress Landing Pages] INTERNAL SERVER ERRORThank you for your help via email. Marking as resolved.
Forum: Plugins
In reply to: [WordPress Landing Pages] INTERNAL SERVER ERRORThat was before I reactivated the plugin, now it shows this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{QUERY_STRING} !lp-variation-id
RewriteRule ^/([^/]*)? /wp-content/plugins/landing-pages/modules/module.redirect-ab-testing.php?permalink_name=$1 [QSA,L]
RewriteRule ^langing-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] INTERNAL SERVER ERRORI am seeing 2 .htaccess files. 1 is “.htaccess” the other is “.htaccess.old”
the .htacsess file shows this:
# 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
Forum: Plugins
In reply to: [WordPress Landing Pages] INTERNAL SERVER ERRORWhere can I find that?