I have recently migrated to a new host, installing a fresh AbanteCart 1.3.0.1 and upgrading to PHP 8.0. I had a few issues which I have corrected, but one I can't shake is an intermittent warning that "SEO URLs does not work", and find that sometimes the URL will be expressed in the SEO format, and sometimes similar to "... index.php?rt=product/product&product_id=387".
I don't see anything in error.txt that suggests a relation to this problem. Where can I look for clues, please?
I run Apache2 version 2.4.48 and mod_rewrite appears to work correctly. I have .htaccess in place and works correctly for rewriting http to https URLs. My Apache configuration file for the site has:
<Directory /var/www/screaminmimisperfectpickins.com/public_html/>
Options +FollowSymlinks
AllowOverride All
Require all granted
</Directory>