Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter sivi

    (@sivi)

    It doesn’t work..I tried to fix permalinks and to upgrade the plugin, but the error persists..

    Thread Starter sivi

    (@sivi)

    my htacces:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /

    RewriteRule ^index\.php$ – [L]

    RewriteCond %{QUERY_STRING} !lp-variation-id

    RewriteRule ^design/([^/]*)? /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

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