Author Topic: SEO Url  (Read 11841 times)

Offline Twobad

  • Newbie
  • *
  • Posts: 42
  • Karma: +4/-1
    • View Profile
SEO Url
« 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

Online llegrand

  • Hero Member
  • *****
  • Posts: 1813
  • Karma: +529/-7
    • View Profile
Re: SEO Url
« Reply #1 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

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2171
  • Karma: +345/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: SEO Url
« Reply #2 on: April 15, 2014, 06:34:51 AM »
try to disable caching and open page.. then enable again
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

Offline Twobad

  • Newbie
  • *
  • Posts: 42
  • Karma: +4/-1
    • View Profile
Re: SEO Url
« Reply #3 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

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2171
  • Karma: +345/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: SEO Url
« Reply #4 on: April 15, 2014, 07:06:08 AM »
ok. i'll check and let you know asap
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

Offline Twobad

  • Newbie
  • *
  • Posts: 42
  • Karma: +4/-1
    • View Profile
Re: SEO Url
« Reply #5 on: April 15, 2014, 07:19:52 AM »
Ok thanks ill wait for your reply then...

Cheers

Offline Twobad

  • Newbie
  • *
  • Posts: 42
  • Karma: +4/-1
    • View Profile
Re: SEO Url
« Reply #6 on: April 22, 2014, 01:00:32 PM »
Hello Guys

Any more news on this please?

Thanks

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2171
  • Karma: +345/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: SEO Url
« Reply #7 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
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

Offline Twobad

  • Newbie
  • *
  • Posts: 42
  • Karma: +4/-1
    • View Profile
Re: SEO Url
« Reply #8 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

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2171
  • Karma: +345/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: SEO Url
« Reply #9 on: April 22, 2014, 03:38:50 PM »
and replace file public_html/storefront/controller/common/header.php
by attached
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

Offline Twobad

  • Newbie
  • *
  • Posts: 42
  • Karma: +4/-1
    • View Profile
Re: SEO Url
« Reply #10 on: April 22, 2014, 04:27:58 PM »
Hello abolabo

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

Thank You

 

Powered by SMFPacks Social Login Mod