RSS Feed/News RM pages => HTTP/1.1 301 Moved Permanently

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
23,700
Points
823

Reputation:

How can I manipulate the RM to show something like this:

<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: URL_to_thread");
header("Connection: close");
?>

all resources should point to the thread.
all categories should point to the specified forum.

I can try to use two templates.
Or better use an add-on that extends cat and res, fetch forum and thread, echo $output?

Continue reading...
 
Status
Not open for further replies.
Top