Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2008-09-09 14:47:42

de
Member
Registered: 2008-07-09
Posts: 13

links not working

hi all

None of my links are working. here is an example of my code:

<txp:linklist category=“Press” sort=“cast(linksort as signed) asc” wraptag=“ul” break=“li”/>

also i have set to: Permanent link mode: messy

and here’s my .htaccess file:

#DirectoryIndex index.php index.html
#Options +FollowSymLinks
#Options -Indexes
<IfModule mod_rewrite.c>
RewriteEngine On
#RewriteBase /relative/web/path/ RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) – [PT,L] RewriteRule ^(.*) index.php
RewriteCond %{HTTP:Authorization} !^$
RewriteRule .* – [E=REMOTE_USER:%{HTTP:Authorization}]
</IfModule>

#php_value register_globals 0

Offline

#2 2008-09-09 16:07:51

rsilletti
Moderator
From: Spokane WA
Registered: 2004-04-28
Posts: 707

Re: links not working

linklist should not be affected by htaccess or linkmode, you might check that your spacing inside your tag is correct as follows:

<txp:linklist category=“Press” sort=“cast(linksort as signed) asc” wraptag=“ul” break=“li” />

Also you might try a tag without any attributes to unsure the tag and placement are what you expect.

Offline

#3 2008-09-09 16:27:27

de
Member
Registered: 2008-07-09
Posts: 13

Re: links not working

thanks…links are finally working

Offline

Board footer

Powered by FluxBB