sef urls plugin sef urls plugin
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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.