Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
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
Re: permlink repeating article title
Fixed it…
It was the plugin chh_article_custom.
I used rss_suparchive to achieve the same result.
Offline
Pages: 1