Jump to content

Index Page Display


Guest gplas

Recommended Posts

Guest gplas

Hi,

I need some advice please. It seems strange to me but i am proberly being stupid.

I have set up my store, all OK, can view home page in admin with no problems.

My store uses a redirection which does not work correctly.

This link direct to my server folder displays fine.

http://www.gplas.com/cubestore/upload/index.php

This address which is my redirection does not display correctly.

http://www.store.gplas.com/

Where am i going wrong? Help please.

Regards

Jon

Link to comment
Share on other sites

Guest gplas

How are you redirecting? Please post the contents of your includes/global.inc file

Hi,

Thanks for your quick reply.

This is my includes/global.inc file

<?php

$glob['dbdatabase'] = 'db145773870';

$glob['dbhost'] = 'db205.oneandone.co.uk';

$glob['dbpassword'] = 'password removed';

$glob['dbprefix'] = '';

$glob['dbusername'] = 'dbo145773870';

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

$glob['rootDir'] = '/homepages/31/d34067793/htdocs/cubestore/upload';

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

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

?>

What i have got is web space where i have various web sites stored.

I have various web addresses which are then redirected to the folders for the different sites.

As i said i can view the site with all the info if i put in the full site address ib explorer but the page is only text if i go through my redirection.

I know there are still some passwords to change but i don't want to go to far until this bit is right.

Regards

Jon

Link to comment
Share on other sites

Guest gplas

Hi,

Got it sorted. :^^:

Where i had set the redirection on my server to point at my new shop i added index.php on the end of the link and this caused the page to display in text only.

Where i had:

http://mysite.com/store/uploads/index.php

it should have been:

http://mysite.com/store/uploads/

When i removed the index.php and just pointed to the folder the store was uploaded to it worked a treat.

Simple when you know.

Keep up the good work.

I have tried various other stores before i came across Cubecart and so far i am well inpressed.

:)

Regards

Jon

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...