this 404 is found: Not Found The requested URL /topic.php/4 was not found on this server. when we click the topics button on the first line of a post.
Logged In: YES user_id=1126528
in
/templates/index.tpl.htm
find the line like this (line 75 in my code, but i may have made other changes)
<a title="[{POST.topic_name}]" href="{SITE_URL}topic.php/{POST.topic_id}">
and change it to this
<a title="[{POST.topic_name}]" href="{SITE_URL}topic.php?/{POST.topic_id}">
(added the ? - this fix is from memmory -but i hope it helps)
Log in to post a comment.
Logged In: YES
user_id=1126528
in
/templates/index.tpl.htm
find the line like this (line 75 in my code, but i may have
made other changes)
<a title="[{POST.topic_name}]"
href="{SITE_URL}topic.php/{POST.topic_id}">
and change it to this
<a title="[{POST.topic_name}]"
href="{SITE_URL}topic.php?/{POST.topic_id}">
(added the ? - this fix is from memmory -but i hope it helps)