AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: Twobad on April 14, 2014, 07:39:12 PM

Title: SEO Url
Post by: Twobad on April 14, 2014, 07:39:12 PM
Hello Guys

I am trying to find out why when i click on home page logo my url is xxxxxxxx.com/index.php?rt=index/home and i have SEO url enabled but when i click on the blue home button again on home page the url is xxxxxxxx.com

This don't make any sense if i have SEO url enabled does it?

Thanks
Title: Re: SEO Url
Post by: llegrand on April 15, 2014, 12:05:35 AM
have you tried clearing you system cache    in  System >  Cache   then select all and click on the clear cache button at the bottom.

Then clear your browser cache with either a Cntl f5  or clear cache in your web browser tools. 
Abantecart uses a caching system to deliver your pages faster and your web browser stores pages for the same reason,  When you have changes -  the best way to see if they are working,  is to "force" the cache clearing.

Lee
Title: Re: SEO Url
Post by: abolabo on April 15, 2014, 06:34:51 AM
try to disable caching and open page.. then enable again
Title: Re: SEO Url
Post by: Twobad on April 15, 2014, 07:04:38 AM
Hi Guys

I have tried both those things and still its the same, its only when i click on the logo that i seem to have the issue.

Thanks
Title: Re: SEO Url
Post by: abolabo on April 15, 2014, 07:06:08 AM
ok. i'll check and let you know asap
Title: Re: SEO Url
Post by: Twobad on April 15, 2014, 07:19:52 AM
Ok thanks ill wait for your reply then...

Cheers
Title: Re: SEO Url
Post by: Twobad on April 22, 2014, 01:00:32 PM
Hello Guys

Any more news on this please?

Thanks
Title: Re: SEO Url
Post by: abolabo on April 22, 2014, 02:52:15 PM
please open file public_html/storefront/controller/common/menu.php
and replace line 68
Code: [Select]
$href = $this->html->getURL ( $item ['item_url'] );to this
Code: [Select]
$href = $this->html->getSEOURL( $item ['item_url'] );
and let me know
Title: Re: SEO Url
Post by: Twobad on April 22, 2014, 03:14:39 PM
Hello abolabo

I just replaced that code and the logo url is still the same www.xxxxxxxx.com/index.php?rt=index/home

What now?

Thanks
Title: Re: SEO Url
Post by: abolabo on April 22, 2014, 03:38:50 PM
and replace file public_html/storefront/controller/common/header.php
by attached
Title: Re: SEO Url
Post by: Twobad on April 22, 2014, 04:27:58 PM
Hello abolabo

Yes replacing that file has worked and logo url is now normal..

Thank You