Menu Content

Podpora

> Diskusní fóra, FAQs & placená podpora
Welcome, Guest
Username Password: Remember me

Profile for furet

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 11:16
  • Posts: 4
  • Profile Views: 1380
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
Hi I move and site in 1.15 where I had joomsef 2 with Replacement character set to + and Page spacer character set to +.
Now i move to joomsef 3.1, everything works fines with replacement and page spacer set to - but I get 404 errors when i set to + !
Can you investigate this point ?

Tnx
Joomsef 3.1 bug with ...
Category: JoomSEF 3
emo
Hi

I had a try and it doesn't work properly
I still get the same results with

 
if (isset($limitstart) && ($limitstart == 0)) unset($limit, $limitstart);
 


I had a tweak for homepage and I tried
 
if (isset($limitstart) && ($limitstart == 0))
{
return \"\";
}
 
 

and it works as I expect I have the same URL : www.mysite.com/ for both
index.php?option=com_frontpage&limit=60&limitstart=0&Itemid=1
and index.php?option=com_frontpage&Itemid=1

But it is not clean solution. I'm really new at php so i'm not able to investiguate more. Do you see something ?
com_frontpage and co ...
Category: JoomSEF 3
emo
Hi, I have issue with duplicate content when having frontpage and content on multiple page.

typically I have
index.php?option=com_frontpage&Itemid=1 and
index.php?option=com_frontpage&limit=60&limitstart=0&Itemid=1
that results in 2 différents URL but it is the same page ...

Is there a way to get the same url with a hack in com_frontpage url rewriting : if limitstart = 0 then don't take into account limit and limistart so I get the same URL ?

this is the same with
index.php?option=com_content&id=41&task=blogcategory&Itemid=40
and
index.php?option=com_content&id=41&limit=6&limitstart=0&task=blogcategory&Itemid=40

I think this is particulary bad for google as it will be considered as duplicate content ...
com_frontpage and co ...
Category: JoomSEF 3
emo
Hi

I can't find a way to handle properly simple quote :
my title is \"medaille d'argent\"
and it is rewritten \"medaille-dargent\" and I would prefer \"medaille-d-argent\".
I tried to set in replacement caracter : '|- and when I save and I come back it had slashes before
I suspect some issue with quote escaping protection.
is there a way to fix that ?<br><br>Post edited by: furet, at: 2007/07/31 12:45
issues with simple q ...
Category: JoomSEF 3
More
Přihlášení uživatele Prázdný