• Hi, we have a wordpress website here, https://www.sifnation.com

    And my open cart website is here, https://shop.sifnation.com

    Now the problem is, when the wordpress htaccess on public_html has this,

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    Then the open cart https:// requests are all redirected back to the main wordpress website and shows, PAGE NOT FOUND.

    But as soon as I remove the code from wordpress htaccess, then the open cart https requests just work fine.

    But problem is, if I remove this code, my wordpress website permalinks stops.
    Opencart works fine.

    How do we get both working right ?

    We need the https to work fine on the open cart side, ir-respective of the wordpress htaccess.
    Why is it depending on WP htaccess on public_html ???

  • The topic ‘Htacces question of WordPress Site’ is closed to new replies.