[CRE Loaded] Getting Page cannot be displayed
[CRE Loaded] Getting Page cannot be displayed
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
Using CRE loaded Pro 6.3
Thanks
Re: [CRE Loaded] Getting Page cannot be displayed
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:
to:
(and same apply to files of other languages)
Alter includes/filenames.php file according to these changes (following constants need to be changed):
and the last task is to re-generate the .htaccess file.
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.
Re: [CRE Loaded] Getting Page cannot be displayed
Thanks,
I did exactly what's suggested and it seemed to have fixed the problem.
I did exactly what's suggested and it seemed to have fixed the problem.