Jump to content

Double // problem after my store folder "//gagol/index.html"


Guest vorlockfoss

Recommended Posts

Guest vorlockfoss

Hi, how are you all?

I have a problem with my store. I'm trying to set up the SEO Mod for .15 but cannot seem to get the .htaccess file to work. Looking at my store URL I think it's something to do with this,

http://ccgi.vorlockfoss.plus.com/gagol//index.php

If you notice there is a double // after the /gagol/ folder. I've tried looking into this but have come to a dead end. Does anyone know why this may be happening?

At first I thought it may be something to do with a redirect rule I have set up as I forward to the above URL from,

www.gadgetsandgizmosonline.co.uk

But the // occurs regardless of whether it redirects or if you type http://ccgi.vorlockfoss.plus.com/gagol//index.php in manually. If you exclude the extra /,

http://ccgi.vorlockfoss.plus.com/gagol/index.php

Then the web page times out! Correction, it sometimes times out! Correction again, it works without the extra "/"!?

Now I'm confused!!!

Please help.

Thanks,

Paul.

Link to comment
Share on other sites

Guest vorlockfoss

Post the contents of your includes/global.inc file

Hi Roban,

Here you go.

<?php

$glob['dbdatabase'] = 'database name';

$glob['dbhost'] = 'database server';

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

$glob['dbprefix'] = '';

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

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

$glob['rootDir'] = '/files/home1/vorlockfoss/gagol';

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

$glob['storeURL'] = 'http://ccgi.vorlockfoss.plus.com/gagol';

?>

The includes/global.inc file was my first thought but I could see nothing obvious. I took the / off the end of the $glob['rootRel'] = '/gagol/'; but this made no difference.

Thanks for your time.

Paul.

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