Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2005-11-12 20:01:03

coopersita
Member
Registered: 2005-09-28
Posts: 68
Website

permlink repeating article title

I set my permlinks to be /section/title, but since I upgraded to 4.0.2 (r1076) the permlinks are generated as /section/titletitle.

All my permlinks repeat the title at the end of the url…

My htacess file’s contents:
<code>
#DirectoryIndex index.php index.html
#Options +FollowSymLinks
#RewriteBase /relative/web/path/

<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+) – [PT,L]

RewriteRule ^(.*) index.php </IfModule>

#php_value register_globals 0
</code>

Any ideas of what could be wrong?

Offline

#2 2005-11-12 20:11:27

els
Moderator
From: The Netherlands
Registered: 2004-06-06
Posts: 7,458

Re: permlink repeating article title

There was a similar problem a while ago with zem_link. Are you sure it’s not the plugin?

Offline

#3 2005-11-12 20:30:42

coopersita
Member
Registered: 2005-09-28
Posts: 68
Website

Re: permlink repeating article title

Fixed it…

It was the plugin chh_article_custom.

I used rss_suparchive to achieve the same result.

Offline

Board footer

Powered by FluxBB