Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author David Wells

    (@davidwells)

    What does your .htaccess file look like?

    Thread Starter briansapp

    (@briansapp)

    Where can I find that?

    Thread Starter briansapp

    (@briansapp)

    I 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

    Thread Starter briansapp

    (@briansapp)

    That 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

    Plugin Author David Wells

    (@davidwells)

    Everything looks good on your htaccess.

    Perhaps the error is from both files living in there? You only need the second .htaccess file you posted. Remove the .htaccess.old

    If that doesn’t work, can you try deactivating other plugins?

    We cannot replicate this issue on our end.

    Thread Starter briansapp

    (@briansapp)

    Thank you for your help via email. Marking as resolved.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘INTERNAL SERVER ERROR’ is closed to new replies.