htaccess seo custom field htaccess seo custom field
Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.
Comments on htaccess seo custom field
Member
Usergroup: Customer
Joined: May 30, 2007
Total Topics: 12
Total Comments: 45
Run into a rewrite issue using a custom field:
LINKREWRITEPATH}/{LINKTITLE}-{LINKID}.html
altered to:
LINKREWRITEPATH}/{LINKTITLE}-{LINKCUSTOMUSERTAG}.html
produces an .htaccess rule:
RewriteRule ^[-_/\+A-Za-z0-9]+/[-_/\+A-Za-z0-9]+-{LINKCUSTOMUSERTAG}\.html?$ link.php?rewritten=1&action=detail&id=$1
which obviously doesn't work! - can you advise please?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
You have to include the link id in order for it to know which link is being referenced.
Member
Usergroup: Customer
Joined: May 30, 2007
Total Topics: 12
Total Comments: 45
Thanks.