Jump to content

store not online


Guest

Recommended Posts

hey everyone,

when i put my url www.cstoreclub.com it opens up 1and1 page. it only opens up my store page if i put www.cstoreclub.com/upload i have also gone in cc administrator and turn the store on. can anybody help me with this problem

Link to comment
Share on other sites

What directory is your store in? Root or upload. When you uploaded your files did you upload the upload directory as well or just the files. If you uploaded the directory, then there's your problem. Should have been just the files to your root.

Link to comment
Share on other sites

What directory is your store in? Root or upload. When you uploaded your files did you upload the upload directory as well or just the files. If you uploaded the directory, then there's your problem. Should have been just the files to your root.

I tried to upload only the files and not the whole folder upload by itself but that didnt solve the problem.

any other ideas

Link to comment
Share on other sites

You can post the contents of your includes/global.inc file

<?php

$glob['dbdatabase'] = 'db*********';

$glob['dbhost'] = 'db485.perfora.net';

$glob['dbpassword'] = '*******';

$glob['dbprefix'] = '';

$glob['dbusername'] = 'dbo**********';

$glob['installed'] = '1';

$glob['rootDir'] = '/homepages/25/d174409129/htdocs/upload';

$glob['rootRel'] = '/upload/';

$glob['storeURL'] = 'http://www.cstoreclub.com/upload';

?>

here is the contentof my includes/global.inc

Link to comment
Share on other sites

Im just new to this myself so im not sure. But i remeber reading that you need to delete the install folder for your store to become active.

Youve probably done that already but thats unfortuantly all I can suggest.

Link to comment
Share on other sites

Your paths tell me that your store is in a directory called 'upload' so your url would be www.yourstore.com/upload. To point it to the root directory try this:

$glob['rootDir'] = '/homepages/25/d174409129/htdocs';

$glob['rootRel'] = '/';

$glob['storeURL'] = 'http://www.cstoreclub.com';

Just verify that your files are NOT in the upload directory.

Link to comment
Share on other sites

Your paths tell me that your store is in a directory called 'upload' so your url would be www.yourstore.com/upload. To point it to the root directory try this:

$glob['rootDir'] = '/homepages/25/d174409129/htdocs';

$glob['rootRel'] = '/';

$glob['storeURL'] = 'http://www.cstoreclub.com';

Just verify that your files are NOT in the upload directory.

thanks man that solved my one problem

appereciate all ur help

thanks again

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...