
Originally Posted by
cablesimple
Stuff4Toys,
At this point I would probably echo out what is being included to find out what is happening. Doesn't sound like the problem you are having is a simple misconfiguration.
If that's not helping then I would probably locate the place where the meta data is being inserted into the page, I believe it's common/html_header.php, and find out what's going wrong there.
Good luck
Tried that and the path is absolutely correct.
includes/languages/english/liberty-flag.com/meta_tags.php
Is it possibly a config error in the includes/configure.php
PHP Code:
define('HTTP_SERVER', 'http://www.liberty-flag.com/xstore');
define('HTTPS_SERVER', 'https://www.liberty-flag.com/xstore');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_CATALOG', '/xstore/');
define('DIR_WS_HTTPS_CATALOG', '/xstore/');
then in the www.liberty-flag.com_config.php
PHP Code:
define('HTTP_SERVER', 'http://www.liberty-flag.com');
define('HTTPS_SERVER', 'https://www.liberty-flag.com');
if I add the /xstore it cannot find the stylesheets
Bookmarks