
Originally Posted by
ksookma
We have always used Ulitmate SEO URL. The problem is that we are not able to add the www canonical redirect to the .htaccess file now. It just breaks the site. I have tried adding it to the beginning after the rewrite base rule and at the end of the file but no luck. Has anyone else encountered this problem?
As of Zen Cart 1.5 you should no longer be adding the www redirect to the .htaccess file. To force a perfix under Zen Cart 1.5 you have to change the settings in "/includes/configure.php" and "/includes/admin/configure.php" adding the www prefix.
Zen Cart 1.5 Example:
Code:
define('HTTP_SERVER', 'http://www.zen-cart.com');
define('HTTPS_SERVER', 'https://www.zen-cart.com');
Bookmarks