Quote:
Originally Posted by SimonVlc
Hi all,
I?ve just installed this and found an error. When I make a search using the "search this thread" feature, the link that links to the individual post it badformed.
The link to the complete thread is fine:
Code:
../t-cual-es-la-mejor-de-estas-salas-1256.html/?highlight=poker
But this is the link that links to the post:
Code:
../t-cual-es-la-mejor-de-estas-salas-1256-post12032.html/?poker#post12032
I think the problem is in the underlined part. Removing it the link works fine. Any idea?
Thanks in advance, Simon.
|
Sorry forgot to post the fix
Code:
RewriteRule ^(.*)/t-([A-Za-z0-9\-]+)-([0-9]+)-post([0-9]+).html showthread.php?p=$4&%{QUERY_STRING} [L]
add this to htaccess