sef urls plugin sef urls plugin
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

sef urls plugin

Started by closer, February 24, 2006, 01:23:01 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

closer

Hi, I installed the plugin and it works fine. To optimise rankings I would like to use the cat name in the urls.

So, instead of using the current:

cpg/index-XX.html

using

cpg/index-catname.html

Before tweaking I was wondering if anyone has already done this and could pont me to a solution or
can I tweak the .htaccess file without cpg failing?

Cheers!

closer

Hello again, I also found a bug in this plugin:

pagination does not work (index-9-page-3.html)

Cheers

Nibbler


Enc0der

Quote from: closer on February 24, 2006, 01:23:01 AM
Hi, I installed the plugin and it works fine. To optimise rankings I would like to use the cat name in the urls.

So, instead of using the current:

cpg/index-XX.html

using

cpg/index-catname.html

Before tweaking I was wondering if anyone has already done this and could pont me to a solution or
can I tweak the .htaccess file without cpg failing?

Cheers!

I would like that too !

another thing, currently the /thumbnails-favpics.html doesn't seem to work..  :-\

SNo0py

I fixed the last one, just add
RewriteRule thumbnails-([a-z]*)\.html thumbnails.php?album=$1 [NC]
to your .htaccess file.

antisa33

i am also looking for the cat name in url and album name and picture title (cpg/index-catname.html)
I think i know where to modify but i have a problem with accents (see my other post)
The pagination tabs doesn't work for me too, but i dont confirm because i am making some tests so i don't know if it is me or if it was here before i modify.