[CRE Loaded] Getting Page cannot be displayed

Technical difficulties? Ask for help here.

[CRE Loaded] Getting Page cannot be displayed

Postby Abe » Mon Jun 15, 2009 8:49 am

After installing Magic SEO, When I now click on checkout in our shopping cart it takes me to https://www.healthyisland.com/checkout/shipping.html with a page cannot be displayed error.
Using CRE loaded Pro 6.3
Thanks
Abe
 
Posts: 3
Joined: Mon Jun 15, 2009 8:43 am

Re: [CRE Loaded] Getting Page cannot be displayed

Postby ~J~ » Mon Jun 15, 2009 8:58 am

This is caused by incorrectly configured mod_negotiation module loaded into Apache. It can be solved by removing this module or by following these instructions:

Rename files:
Code: Select all
account.php
includes/languages/english/account.php
articles.php
includes/languages/english/articles.php
specials.php
includes/languages/english/specials.php
reviews.php
includes/languages/english/reviews.php
links.php


to:
Code: Select all
msuaccount.php
includes/languages/english/msuaccount.php
msuarticles.php
includes/languages/english/msuarticles.php
msuspecials.php
includes/languages/english/msuspecials.php
msureviews.php
includes/languages/english/msureviews.php
msulinks.php


(and same apply to files of other languages)

Alter includes/filenames.php file according to these changes (following constants need to be changed):

Code: Select all
define('FILENAME_ACCOUNT', 'msu'.CONTENT_ACCOUNT . '.php');
define('FILENAME_ARTICLES', 'msu'.CONTENT_ARTICLES . '.php');
define('FILENAME_SPECIALS', 'msu'.CONTENT_SPECIALS . '.php');
define('FILENAME_REVIEWS', 'msu'.CONTENT_REVIEWS . '.php');
define('FILENAME_LINKS', 'msu'.CONTENT_LINKS . '.php');


and the last task is to re-generate the .htaccess file.
Magic SEO URLs are now available for
osCommerce, CRE Loaded, Zen Cart, PrestaShop, OpenCart, CubeCart, phpBB and phpBB3!
~J~
InveoStore.com Founder
 
Posts: 1055
Joined: Sat Feb 02, 2008 11:07 am
Location: Prague, Central Europe

Re: [CRE Loaded] Getting Page cannot be displayed

Postby Abe » Mon Jun 15, 2009 7:01 pm

Thanks,
I did exactly what's suggested and it seemed to have fixed the problem.
Abe
 
Posts: 3
Joined: Mon Jun 15, 2009 8:43 am


Return to Troubleshooting

Who is online

Users browsing this forum: Bing [Bot], Google [Bot] and 1 guest

cron