Your format for details rewriting appears to be set as links/{LINKTITLE}-{LINKID}.html yet that format isn't handled in the htaccess. Perhaps you haven't submitted the SEO page since upgrading from 3.x. Try submitting the page to have it rewrite the htaccess.
Comments on What are "details"
Forum Regular
Usergroup: Customer
Joined: Sep 22, 2004
Location: Wake Forest, NC
Total Topics: 23
Total Comments: 161
Each link in my directory has a "Details" link.
What is this? When I click it, I get a 404 error page.
How can I eliminate the "Details" link from being displayed, (or make it work)?
Forum Regular
Usergroup: Customer
Joined: Sep 22, 2004
Location: Wake Forest, NC
Total Topics: 23
Total Comments: 161
I have for now commented out the text for the "Details" link in the displaylinks template.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
What url is the 404? I haven't seen any problem with link details. Anyhow they're just details about the link.
Forum Regular
Usergroup: Customer
Joined: Sep 22, 2004
Location: Wake Forest, NC
Total Topics: 23
Total Comments: 161
Example of detail url:
www.twowayradiodirectory.co...ectory/links/EPCOM-43.html
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Your url rewriting must not be setup properly. Are you letting it auto-write the .htaccess? What's your .htaccess content?
Forum Regular
Usergroup: Customer
Joined: Sep 22, 2004
Location: Wake Forest, NC
Total Topics: 23
Total Comments: 161
Auto-write .htaccess?
is set to "Yes"
The root directory of my wsnlinks .htaccess file contents:
RewriteEngine on
# If not working, uncomment and correctly fill the line below:
RewriteBase /directory
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+[^/])$ $1/ [R]
RewriteRule ^admin$ admin/index.php
RewriteRule ^admin/$ admin/index.php
RewriteRule ^links/([a-z]+)/([0-9]+)$ link.php?action=$1&id=$2
RewriteRule ^links/([a-z]+)/([0-9]+)/$ link.php?action=$1&id=$2
RewriteRule ^links/([0-9]+)$ link.php?id=$1
RewriteRule ^links/([0-9]+)/$ link.php?id=$1
RewriteRule ^thread/([0-9]+)$ comments.php?id=$1
RewriteRule ^thread/([0-9]+)/$ comments.php?id=$1
RewriteRule ^thread/([0-9]+)/([0-9]+)$ comments.php?id=$1&page=$2
RewriteRule ^thread/([0-9]+)/([0-9]+)/$ comments.php?id=$1&page=$2
RewriteRule ^([0-9]+)$ index.php?action=displaycat&catid=$1
RewriteRule ^([0-9]+)/$ index.php?action=displaycat&catid=$1
RewriteRule ^([0-9]+)/([0-9]+)$ index.php?action=displaycat&catid=$1&page=$2
RewriteRule ^([0-9]+)/([0-9]+)/$ index.php?action=displaycat&catid=$1&page=$2
RewriteRule ^([-_/\+A-Za-z0-9]+)$ index.php?action=displaycat&catname=$1
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Your format for details rewriting appears to be set as links/{LINKTITLE}-{LINKID}.html yet that format isn't handled in the htaccess. Perhaps you haven't submitted the SEO page since upgrading from 3.x. Try submitting the page to have it rewrite the htaccess.
This is how it writes mine: (that's with the comments/details switch on -- also works with it off, but with different content)
Forum Regular
Usergroup: Customer
Joined: Sep 22, 2004
Location: Wake Forest, NC
Total Topics: 23
Total Comments: 161
Thanks once again Paul. I clicked the update button on the admin SEO page, and now it works fine. Looks like it updated my htaccess file.
Now I am off to uodate to 4.0.11.