By René Balke on Monday, 10 April 2017
Posted in General Issues
Replies 4
Likes 0
Views 223
Votes 0
Hi there,

the pagination links of the easy blog isn't sef friendly. Example: ?start=10

Where can i switch to sef friendly urls of the pagination links?

Best regards

René
Hey Rene,

Currently that was not possible to turn on SEF link for pagination number, the only way can achieve this is use SH404SEF extension.
·
Monday, 10 April 2017 10:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Arlex, I have bad experiences with this sh404sef extensions.

Could you please give me a hack for the pagination.php?

Thanks in advance

Rene
·
Monday, 10 April 2017 11:40
·
0 Likes
·
0 Votes
·
0 Comments
·
You can use an htaccess rewrite rule?

create a folder in the essyblog component and add a htaccess. Before change the links in the pagination like component/com_easyblog/pagination/20

and the htaccess rewrite rule is like:

<IfModule mod_rewrite.c>

# mod_rewrite in use
RewriteEngine On

RewriteRule ^(.*?)(com_easyblog/pagination) /$1blog?start=$2

</IfModule>

Could this work?
·
Monday, 10 April 2017 11:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Rene,

I am sorry for the delay of this reply,

To be honestly, I am not familiar with this htaccess redirect rules, but I am not encourage to use this htaccess redirect rule because it will affected with your site performance issue, unless your site only got a few pagination, but i think that is not right?

I already consult with our developer regarding this, that is actually quite hard to provide a quick hack for this, because Easyblog has a lots of different page of pagination like frontpage, categories, tag, author, teamblog, and those single item page etc.

For now I will create a ticket in Easyblog 5.1 tracker, we will see if we can implement this to show SEF for the pagination in Easyblog 5.1.
·
Tuesday, 11 April 2017 11:03
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post