WordPress .htaccess ignore path and subsequent .htaccess files in subfolders

Typical, hours of searching, post the question, think about it, change my search query slightly and I have found my problem.

It is important to ensure that Opencart understands where its base installation is in the .htaccess file.

For WordPress it will be:

RewriteBase /

For Opencart it will be:

RewriteBase /store/

And that’s it, Opencart will now look in the correct folder for its SEO URLs and each application works independently based on what path you’re using.

I hope this helps someone.

Rob