Jump to content

[Resolved] Cubecart 6 store move Help Needed


Bear Aka Wil

Recommended Posts

Afternoon guys,

 

I have just moved my cubecart store out off its temporary home which was url/Store to now be the main store under url/

 

Im having a problem, you can visit the site and any page or item you want but after the first page or item you view everything then reverts back to url/Store instead of just the url.

 

Website address as you may need it is

www.uweldit.uk

How can I fix this this?

 

 

Link to comment
Share on other sites

The first time I requested your page, none of the CSS files came in. I do not know why.

But, your page is coming in fast -- too fast for a CC6 site. I initially thought the problem was some sort of external caching appliance installed on your server.

However, for your specific question, please visit admin, Maintenance, Rebuild tab, and Clear the Cache. The "Shop by Category" is pre-rendered and cached - thus containing links to the prior location.

 

But then, viewing a docs page, all the links now have the /Store/ part. And the pages are being delivered way too fast.

So, I may have to conclude my first assumption is correct. You have a caching appliance that is sending out stale pages.

Link to comment
Share on other sites

I can't help - that will be up to Bsmither or someone else far more knowledgeable than I am. But I did notice that clicking on the Category correctly handles the url. But clicking on the sub-category goes to the /Store/ url - just the way the product does. It's as if the FIRST click works, but the SECOND click goes to the wrong url. The same thing happens with Login/Register - first works, second is wrong.

Link to comment
Share on other sites

Have a look in the .htaccess file in the root directory.

If you have the following

#### Rewrite rules for SEO functionality ####
<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteBase /Store/

try changing to

#### Rewrite rules for SEO functionality ####
<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteBase /

Link to comment
Share on other sites

50 minutes ago, ayz1 said:

Have a look in the .htaccess file in the root directory.

If you have the following

#### Rewrite rules for SEO functionality ####
<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteBase /Store/

try changing to

#### Rewrite rules for SEO functionality ####
<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteBase /

Thats sorted it!!

 

Thanks

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