Re: Ultimate SEO 2.200+ (new features)
Sometimes stepping back from the bigger problem makes the actual target problem obvious.
Everything worked on that box with zc2.1.0 so what is different? Apache was upgraded. Apache reports the rewrite module is enabled.
To test it I created a file in my Zen Cart main folder named " check_rewrite.php". Within that file I placed the following
Code:
<?php echo "Mod_rewrite is working!"; ?>.
I then placed the followed rewrite directive in my .htaccess file.
Code:
### TEST REWRITE #########
RewriteEngine On
RewriteRule ^.*$ check_rewrite.php [L]
##############
On the Dev and Test installations the rewrite worked and a page with the message " Mod_rewrite is working!" displayed.
On the problem installation Zen cart fired up normally.
So the rewrite module on the problem box is not functioning correctly. This probably occurred with the last Apache upgrade.
So I'll reapply Apache.
Zen Cart 2.2.0 (alpha) works really well with my testing and in my case it is fast.
OldNGrey
ZC222 PHP 8.4.16
MySQL 11.8.5-MariaDB